~ubuntu-branches/debian/jessie/universalindentgui/jessie

« back to all changes in this revision

Viewing changes to src/ToolBarWidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-04-29 10:50:58 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090429105058-7xj26rwxxnir1tr7
Tags: 1.0.2-1
* New upstream release:
  - The default editor font type is now Monospace instead of Courier.
    (Closes: #483873)
* Add 01_disable_check_for_update.diff patch:
  Automatic check for update is disabled by default. (Closes: #514999)
* Bump debian/compat to 7.
* Update debian/control:
  - Set Thomas Schweitzer as maintainer and myself as uploader.
    (Closes: #483068)
  - Bump debhelper build-dependency to 7.
  - Bump Standards-Version to 3.8.1. No changes needed.
  - Update recommended beautifier list.
  - Update description to list all supported beautifiers.
* Update debian/copyright:
  - Add PerlTidy.pm and JsDecoder.js missing copyrights.
* Cleanup debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ToolBarWidget</class>
 
3
 <widget class="QWidget" name="toolBarWidget" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>775</width>
 
9
    <height>32</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Form</string>
 
14
  </property>
 
15
  <layout class="QHBoxLayout" >
 
16
   <property name="spacing" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <property name="margin" >
 
20
    <number>0</number>
 
21
   </property>
 
22
   <item>
 
23
    <widget class="QPushButton" name="pbOpen_Source_File" >
 
24
     <property name="toolTip" >
 
25
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:8pt;">Opens a dialog for selecting a source code file.&lt;/span>&lt;/p>&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">This file will be used to show what the indent tool changes.&lt;/p>&lt;/body>&lt;/html></string>
 
26
     </property>
 
27
     <property name="text" >
 
28
      <string> Open Source File </string>
 
29
     </property>
 
30
     <property name="icon" >
 
31
      <iconset resource="../resources/Icons.qrc" >
 
32
       <normaloff>:/mainWindow/document-open.png</normaloff>:/mainWindow/document-open.png</iconset>
 
33
     </property>
 
34
    </widget>
 
35
   </item>
 
36
   <item>
 
37
    <widget class="QCheckBox" name="cbLivePreview" >
 
38
     <property name="toolTip" >
 
39
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">Turns the preview of the reformatted source code on and off.&lt;/p>&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">In other words it switches between formatted and nonformatted code. (Ctrl+L)&lt;/p>&lt;/body>&lt;/html></string>
 
40
     </property>
 
41
     <property name="text" >
 
42
      <string>Live Indent Preview</string>
 
43
     </property>
 
44
     <property name="icon" >
 
45
      <iconset resource="../resources/Icons.qrc" >
 
46
       <normaloff>:/mainWindow/live-preview.png</normaloff>:/mainWindow/live-preview.png</iconset>
 
47
     </property>
 
48
     <property name="shortcut" >
 
49
      <string>Ctrl+L</string>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
   <item>
 
54
    <widget class="QCheckBox" name="enableSyntaxHighlightningCheckBox" >
 
55
     <property name="toolTip" >
 
56
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">Enables and disables the highlightning of the source&lt;/p>&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">code shown below. (Still needs some performance improvements) (Ctrl+H)&lt;/p>&lt;/body>&lt;/html></string>
 
57
     </property>
 
58
     <property name="text" >
 
59
      <string>Syntax Highlight</string>
 
60
     </property>
 
61
     <property name="icon" >
 
62
      <iconset resource="../resources/Icons.qrc" >
 
63
       <normaloff>:/mainWindow/syntax-highlight.png</normaloff>:/mainWindow/syntax-highlight.png</iconset>
 
64
     </property>
 
65
     <property name="shortcut" >
 
66
      <string>Ctrl+H</string>
 
67
     </property>
 
68
     <property name="checked" >
 
69
      <bool>true</bool>
 
70
     </property>
 
71
     <property name="connectedSettingName" stdset="0" >
 
72
      <string>DONOTTRANSLATE:SyntaxHighlightningEnabled</string>
 
73
     </property>
 
74
    </widget>
 
75
   </item>
 
76
   <item>
 
77
    <spacer>
 
78
     <property name="orientation" >
 
79
      <enum>Qt::Horizontal</enum>
 
80
     </property>
 
81
     <property name="sizeHint" stdset="0" >
 
82
      <size>
 
83
       <width>40</width>
 
84
       <height>20</height>
 
85
      </size>
 
86
     </property>
 
87
    </spacer>
 
88
   </item>
 
89
   <item>
 
90
    <widget class="QPushButton" name="pbAbout" >
 
91
     <property name="toolTip" >
 
92
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Shows info about UniversalIndentGUI&lt;/p>&lt;/body>&lt;/html></string>
 
93
     </property>
 
94
     <property name="text" >
 
95
      <string>About</string>
 
96
     </property>
 
97
     <property name="icon" >
 
98
      <iconset resource="../resources/Icons.qrc" >
 
99
       <normaloff>:/mainWindow/info.png</normaloff>:/mainWindow/info.png</iconset>
 
100
     </property>
 
101
    </widget>
 
102
   </item>
 
103
   <item>
 
104
    <widget class="QPushButton" name="pbExit" >
 
105
     <property name="toolTip" >
 
106
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Quits the UniversalIndentGUI&lt;/p>&lt;/body>&lt;/html></string>
 
107
     </property>
 
108
     <property name="text" >
 
109
      <string>Exit</string>
 
110
     </property>
 
111
     <property name="icon" >
 
112
      <iconset resource="../resources/Icons.qrc" >
 
113
       <normaloff>:/mainWindow/system-log-out.png</normaloff>:/mainWindow/system-log-out.png</iconset>
 
114
     </property>
 
115
    </widget>
 
116
   </item>
 
117
  </layout>
 
118
 </widget>
 
119
 <resources>
 
120
  <include location="../resources/Icons.qrc" />
 
121
 </resources>
 
122
 <connections/>
 
123
</ui>