root/qio/qinout.ui

Revision 1a9e8cbee5f1f2c7a2592c82dcb9802b628c3f69, 3.1 kB (checked in by Robin Gareus <robin@…>, 3 years ago)

initial bare-bone QT4 app

  • Property mode set to 100644
Line 
1<ui version="4.0" >
2 <class>qInOut</class>
3 <widget class="QMainWindow" name="qInOut" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>397</width>
9    <height>273</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" name="verticalLayout_2" >
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout" >
19      <item>
20       <layout class="QHBoxLayout" name="horizontalLayout_4" >
21        <item>
22         <widget class="QToolButton" name="toolButton" >
23          <property name="text" >
24           <string>Connect</string>
25          </property>
26         </widget>
27        </item>
28        <item>
29         <widget class="QLineEdit" name="lineEdit" >
30          <property name="enabled" >
31           <bool>false</bool>
32          </property>
33          <property name="text" >
34           <string>io.rg42.org</string>
35          </property>
36         </widget>
37        </item>
38       </layout>
39      </item>
40      <item>
41       <layout class="QHBoxLayout" name="horizontalLayout_2" >
42        <item>
43         <widget class="QCheckBox" name="checkBox_2" >
44          <property name="text" >
45           <string>Video</string>
46          </property>
47         </widget>
48        </item>
49        <item>
50         <widget class="QCheckBox" name="checkBox" >
51          <property name="text" >
52           <string>Audio</string>
53          </property>
54         </widget>
55        </item>
56       </layout>
57      </item>
58     </layout>
59    </item>
60    <item>
61     <widget class="QTextBrowser" name="textBrowser" >
62      <property name="enabled" >
63       <bool>true</bool>
64      </property>
65      <property name="acceptDrops" >
66       <bool>false</bool>
67      </property>
68     </widget>
69    </item>
70    <item>
71     <spacer name="verticalSpacer" >
72      <property name="orientation" >
73       <enum>Qt::Vertical</enum>
74      </property>
75      <property name="sizeHint" stdset="0" >
76       <size>
77        <width>20</width>
78        <height>10</height>
79       </size>
80      </property>
81     </spacer>
82    </item>
83   </layout>
84  </widget>
85  <widget class="QMenuBar" name="menubar" >
86   <property name="geometry" >
87    <rect>
88     <x>0</x>
89     <y>0</y>
90     <width>397</width>
91     <height>22</height>
92    </rect>
93   </property>
94   <widget class="QMenu" name="menuInOut" >
95    <property name="title" >
96     <string>InOut</string>
97    </property>
98    <addaction name="actionExit" />
99   </widget>
100   <widget class="QMenu" name="menuHelo" >
101    <property name="title" >
102     <string>Help</string>
103    </property>
104    <addaction name="actionAbout" />
105   </widget>
106   <addaction name="menuInOut" />
107   <addaction name="menuHelo" />
108  </widget>
109  <widget class="QStatusBar" name="statusbar" />
110  <action name="actionQuit" >
111   <property name="text" >
112    <string>Quit</string>
113   </property>
114  </action>
115  <action name="actionExit" >
116   <property name="text" >
117    <string>Exit</string>
118   </property>
119  </action>
120  <action name="actionAbout" >
121   <property name="text" >
122    <string>About</string>
123   </property>
124  </action>
125 </widget>
126 <resources/>
127 <connections/>
128</ui>
Note: See TracBrowser for help on using the browser.