~ubuntu-branches/debian/sid/universalindentgui/sid

« back to all changes in this revision

Viewing changes to src/aboutdialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Pipping
  • Date: 2008-01-08 15:13:53 UTC
  • Revision ID: james.westby@ubuntu.com-20080108151353-82qgofzui5rdt2v3
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>AboutDialog</class>
 
3
 <widget class="QDialog" name="AboutDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>588</width>
 
9
    <height>451</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="sizePolicy" >
 
13
   <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
 
14
    <horstretch>0</horstretch>
 
15
    <verstretch>0</verstretch>
 
16
   </sizepolicy>
 
17
  </property>
 
18
  <property name="minimumSize" >
 
19
   <size>
 
20
    <width>588</width>
 
21
    <height>333</height>
 
22
   </size>
 
23
  </property>
 
24
  <property name="windowTitle" >
 
25
   <string>About UniversalIndentGUI</string>
 
26
  </property>
 
27
  <property name="windowIcon" >
 
28
   <iconset resource="../resources/Icons.qrc" >:/mainWindow/info.png</iconset>
 
29
  </property>
 
30
  <layout class="QVBoxLayout" >
 
31
   <property name="spacing" >
 
32
    <number>4</number>
 
33
   </property>
 
34
   <property name="leftMargin" >
 
35
    <number>9</number>
 
36
   </property>
 
37
   <property name="topMargin" >
 
38
    <number>9</number>
 
39
   </property>
 
40
   <property name="rightMargin" >
 
41
    <number>9</number>
 
42
   </property>
 
43
   <property name="bottomMargin" >
 
44
    <number>9</number>
 
45
   </property>
 
46
   <item>
 
47
    <widget class="QLabel" name="bannerLabel" >
 
48
     <property name="sizePolicy" >
 
49
      <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
 
50
       <horstretch>0</horstretch>
 
51
       <verstretch>0</verstretch>
 
52
      </sizepolicy>
 
53
     </property>
 
54
     <property name="minimumSize" >
 
55
      <size>
 
56
       <width>570</width>
 
57
       <height>87</height>
 
58
      </size>
 
59
     </property>
 
60
     <property name="maximumSize" >
 
61
      <size>
 
62
       <width>570</width>
 
63
       <height>87</height>
 
64
      </size>
 
65
     </property>
 
66
     <property name="text" >
 
67
      <string/>
 
68
     </property>
 
69
     <property name="pixmap" >
 
70
      <pixmap resource="../resources/Icons.qrc" >:/aboutDialog/banner.png</pixmap>
 
71
     </property>
 
72
    </widget>
 
73
   </item>
 
74
   <item>
 
75
    <widget class="QTextBrowser" name="versionTextBrowser" >
 
76
     <property name="sizePolicy" >
 
77
      <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
78
       <horstretch>0</horstretch>
 
79
       <verstretch>0</verstretch>
 
80
      </sizepolicy>
 
81
     </property>
 
82
     <property name="maximumSize" >
 
83
      <size>
 
84
       <width>16777215</width>
 
85
       <height>25</height>
 
86
      </size>
 
87
     </property>
 
88
     <property name="frameShape" >
 
89
      <enum>QFrame::NoFrame</enum>
 
90
     </property>
 
91
     <property name="verticalScrollBarPolicy" >
 
92
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
93
     </property>
 
94
     <property name="html" >
 
95
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
96
p, li { white-space: pre-wrap; }
 
97
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
 
98
&lt;p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:12pt;">Version %1 rev.%2, %3 &lt;/p>&lt;/body>&lt;/html></string>
 
99
     </property>
 
100
    </widget>
 
101
   </item>
 
102
   <item>
 
103
    <widget class="QLabel" name="aboutLabel" >
 
104
     <property name="text" >
 
105
      <string>... is a cross platform compatible GUI for several code formatter, beautifier and indenter like GreatCode, AStyle (Artistic Styler), GNU Indent, BCPP and so on. Main feature is a live preview to directly see how the selected formatting option affects the source code.</string>
 
106
     </property>
 
107
     <property name="wordWrap" >
 
108
      <bool>true</bool>
 
109
     </property>
 
110
    </widget>
 
111
   </item>
 
112
   <item>
 
113
    <widget class="QTextBrowser" name="authorTextBrowser" >
 
114
     <property name="sizePolicy" >
 
115
      <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
 
116
       <horstretch>0</horstretch>
 
117
       <verstretch>0</verstretch>
 
118
      </sizepolicy>
 
119
     </property>
 
120
     <property name="maximumSize" >
 
121
      <size>
 
122
       <width>16777215</width>
 
123
       <height>60</height>
 
124
      </size>
 
125
     </property>
 
126
     <property name="acceptDrops" >
 
127
      <bool>false</bool>
 
128
     </property>
 
129
     <property name="frameShape" >
 
130
      <enum>QFrame::NoFrame</enum>
 
131
     </property>
 
132
     <property name="verticalScrollBarPolicy" >
 
133
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
134
     </property>
 
135
     <property name="html" >
 
136
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
137
p, li { white-space: pre-wrap; }
 
138
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
 
139
&lt;p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:9pt;">&lt;br />Written by : Thomas Schweitzer&lt;/p>
 
140
&lt;p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:9pt;">Project Homepage : &lt;a href="http://universalindent.sourceforge.net">&lt;span style=" text-decoration: underline; color:#0000ff;">http://universalindent.sourceforge.net&lt;/span>&lt;/a>&lt;/p>
 
141
&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 2'; font-size:9pt;">    &lt;/p>&lt;/body>&lt;/html></string>
 
142
     </property>
 
143
    </widget>
 
144
   </item>
 
145
   <item>
 
146
    <widget class="QLabel" name="licenseLabel" >
 
147
     <property name="text" >
 
148
      <string>License: UniversalIndentGui is released under the GPL 2. For details read the included file LICENSE.GPL visit http://www.gnu.org/licenses/gpl.html.</string>
 
149
     </property>
 
150
     <property name="wordWrap" >
 
151
      <bool>true</bool>
 
152
     </property>
 
153
    </widget>
 
154
   </item>
 
155
   <item>
 
156
    <widget class="QLabel" name="creditsLabel" >
 
157
     <property name="text" >
 
158
      <string>&#xd;
 
159
Credits:</string>
 
160
     </property>
 
161
    </widget>
 
162
   </item>
 
163
   <item>
 
164
    <widget class="QTextBrowser" name="creditsTextBrowser" >
 
165
     <property name="verticalScrollBarPolicy" >
 
166
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
167
     </property>
 
168
    </widget>
 
169
   </item>
 
170
   <item>
 
171
    <layout class="QHBoxLayout" >
 
172
     <property name="spacing" >
 
173
      <number>6</number>
 
174
     </property>
 
175
     <property name="leftMargin" >
 
176
      <number>0</number>
 
177
     </property>
 
178
     <property name="topMargin" >
 
179
      <number>0</number>
 
180
     </property>
 
181
     <property name="rightMargin" >
 
182
      <number>0</number>
 
183
     </property>
 
184
     <property name="bottomMargin" >
 
185
      <number>0</number>
 
186
     </property>
 
187
     <item>
 
188
      <spacer>
 
189
       <property name="orientation" >
 
190
        <enum>Qt::Horizontal</enum>
 
191
       </property>
 
192
       <property name="sizeHint" >
 
193
        <size>
 
194
         <width>131</width>
 
195
         <height>31</height>
 
196
        </size>
 
197
       </property>
 
198
      </spacer>
 
199
     </item>
 
200
     <item>
 
201
      <widget class="QPushButton" name="okButton" >
 
202
       <property name="text" >
 
203
        <string>OK</string>
 
204
       </property>
 
205
      </widget>
 
206
     </item>
 
207
     <item>
 
208
      <spacer>
 
209
       <property name="orientation" >
 
210
        <enum>Qt::Horizontal</enum>
 
211
       </property>
 
212
       <property name="sizeHint" >
 
213
        <size>
 
214
         <width>40</width>
 
215
         <height>20</height>
 
216
        </size>
 
217
       </property>
 
218
      </spacer>
 
219
     </item>
 
220
    </layout>
 
221
   </item>
 
222
  </layout>
 
223
 </widget>
 
224
 <resources>
 
225
  <include location="../resources/Icons.qrc" />
 
226
 </resources>
 
227
 <connections>
 
228
  <connection>
 
229
   <sender>okButton</sender>
 
230
   <signal>clicked()</signal>
 
231
   <receiver>AboutDialog</receiver>
 
232
   <slot>accept()</slot>
 
233
   <hints>
 
234
    <hint type="sourcelabel" >
 
235
     <x>278</x>
 
236
     <y>253</y>
 
237
    </hint>
 
238
    <hint type="destinationlabel" >
 
239
     <x>96</x>
 
240
     <y>254</y>
 
241
    </hint>
 
242
   </hints>
 
243
  </connection>
 
244
 </connections>
 
245
</ui>