Ok, the long awaited config wizard is here (at least in a very basic state). There...
[quassel.git] / src / contrib / libqxt-2007-10-24 / tests / QxtGui / app / mainwindow.ui
1 <ui version="4.0" >
2  <class>MainWindow</class>
3  <widget class="QMainWindow" name="MainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>629</width>
9     <height>438</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <layout class="QVBoxLayout" >
17     <property name="margin" >
18      <number>0</number>
19     </property>
20     <property name="spacing" >
21      <number>6</number>
22     </property>
23     <item>
24      <widget class="QxtTabWidget" name="tabWidget" >
25       <property name="toolTip" >
26        <string/>
27       </property>
28       <property name="statusTip" >
29        <string>QxtTabWidget</string>
30       </property>
31       <property name="whatsThis" >
32        <string>QxtTabWidget</string>
33       </property>
34       <property name="currentIndex" >
35        <number>0</number>
36       </property>
37       <widget class="QWidget" name="tab" >
38        <attribute name="title" >
39         <string>Tab 1</string>
40        </attribute>
41        <layout class="QVBoxLayout" >
42         <property name="margin" >
43          <number>9</number>
44         </property>
45         <property name="spacing" >
46          <number>6</number>
47         </property>
48         <item>
49          <spacer>
50           <property name="orientation" >
51            <enum>Qt::Vertical</enum>
52           </property>
53           <property name="sizeHint" >
54            <size>
55             <width>20</width>
56             <height>40</height>
57            </size>
58           </property>
59          </spacer>
60         </item>
61         <item>
62          <widget class="QxtLabel" name="labelWelcome" >
63           <property name="text" >
64            <string>Welcome to QxtGui test application. Start with adding a tab from View->Add Tab.</string>
65           </property>
66           <property name="elideMode" >
67            <enum>Qt::ElideRight</enum>
68           </property>
69          </widget>
70         </item>
71         <item>
72          <widget class="QxtLabel" name="labelVisibility" >
73           <property name="text" >
74            <string>The visibility of the application may be toggled with Ctrl+Alt+Shift+S.</string>
75           </property>
76           <property name="elideMode" >
77            <enum>Qt::ElideRight</enum>
78           </property>
79          </widget>
80         </item>
81         <item>
82          <spacer>
83           <property name="orientation" >
84            <enum>Qt::Vertical</enum>
85           </property>
86           <property name="sizeHint" >
87            <size>
88             <width>20</width>
89             <height>40</height>
90            </size>
91           </property>
92          </spacer>
93         </item>
94        </layout>
95       </widget>
96      </widget>
97     </item>
98    </layout>
99   </widget>
100   <widget class="QMenuBar" name="menubar" >
101    <property name="geometry" >
102     <rect>
103      <x>0</x>
104      <y>0</y>
105      <width>629</width>
106      <height>29</height>
107     </rect>
108    </property>
109    <widget class="QMenu" name="menu_File" >
110     <property name="title" >
111      <string>&amp;File</string>
112     </property>
113     <addaction name="actionQuit" />
114    </widget>
115    <widget class="QMenu" name="menu_Help" >
116     <property name="title" >
117      <string>&amp;Help</string>
118     </property>
119     <addaction name="actionAboutQxtGui" />
120     <addaction name="actionAboutQt" />
121    </widget>
122    <widget class="QMenu" name="menu_View" >
123     <property name="title" >
124      <string>&amp;View</string>
125     </property>
126     <addaction name="actionAddTab" />
127     <addaction name="actionSwitchLayoutDirection" />
128     <addaction name="actionConfigure" />
129    </widget>
130    <addaction name="menu_File" />
131    <addaction name="menu_View" />
132    <addaction name="menu_Help" />
133   </widget>
134   <widget class="QStatusBar" name="statusbar" />
135   <action name="actionQuit" >
136    <property name="text" >
137     <string>&amp;Quit</string>
138    </property>
139    <property name="shortcut" >
140     <string>Ctrl+Q</string>
141    </property>
142   </action>
143   <action name="actionAboutQxtGui" >
144    <property name="text" >
145     <string>About QxtGui</string>
146    </property>
147   </action>
148   <action name="actionAboutQt" >
149    <property name="text" >
150     <string>About Qt</string>
151    </property>
152   </action>
153   <action name="actionAddTab" >
154    <property name="text" >
155     <string>&amp;Add Tab</string>
156    </property>
157    <property name="shortcut" >
158     <string>Ctrl+T</string>
159    </property>
160   </action>
161   <action name="actionSwitchLayoutDirection" >
162    <property name="text" >
163     <string>Switch Layout Direction</string>
164    </property>
165   </action>
166   <action name="actionConfigure" >
167    <property name="text" >
168     <string>Configure...</string>
169    </property>
170   </action>
171  </widget>
172  <customwidgets>
173   <customwidget>
174    <class>QxtTabWidget</class>
175    <extends>QTabWidget</extends>
176    <header>QxtTabWidget</header>
177   </customwidget>
178   <customwidget>
179    <class>QxtLabel</class>
180    <extends>QFrame</extends>
181    <header>QxtLabel</header>
182   </customwidget>
183  </customwidgets>
184  <resources/>
185  <connections/>
186 </ui>