fc853c55c161e70970dd9fb27c5696b52fa5d478
[quassel.git] / src / qtui / ui / debuglogwidget.ui
1 <ui version="4.0" >
2  <class>DebugLogWidget</class>
3  <widget class="QWidget" name="DebugLogWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Debug Log</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <property name="spacing" >
17     <number>0</number>
18    </property>
19    <property name="margin" >
20     <number>0</number>
21    </property>
22    <item>
23     <widget class="QTextEdit" name="textEdit" />
24    </item>
25    <item>
26     <layout class="QHBoxLayout" name="horizontalLayout" >
27      <item>
28       <spacer name="horizontalSpacer" >
29        <property name="orientation" >
30         <enum>Qt::Horizontal</enum>
31        </property>
32        <property name="sizeHint" stdset="0" >
33         <size>
34          <width>40</width>
35          <height>20</height>
36         </size>
37        </property>
38       </spacer>
39      </item>
40      <item>
41       <widget class="QPushButton" name="pushButton" >
42        <property name="text" >
43         <string>Close</string>
44        </property>
45       </widget>
46      </item>
47      <item>
48       <spacer name="horizontalSpacer_2" >
49        <property name="orientation" >
50         <enum>Qt::Horizontal</enum>
51        </property>
52        <property name="sizeHint" stdset="0" >
53         <size>
54          <width>40</width>
55          <height>20</height>
56         </size>
57        </property>
58       </spacer>
59      </item>
60     </layout>
61    </item>
62   </layout>
63  </widget>
64  <resources/>
65  <connections>
66   <connection>
67    <sender>pushButton</sender>
68    <signal>clicked()</signal>
69    <receiver>DebugLogWidget</receiver>
70    <slot>close()</slot>
71    <hints>
72     <hint type="sourcelabel" >
73      <x>217</x>
74      <y>284</y>
75     </hint>
76     <hint type="destinationlabel" >
77      <x>179</x>
78      <y>-16</y>
79     </hint>
80    </hints>
81   </connection>
82  </connections>
83 </ui>