Subversion Repositories tpanel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
396 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TQtInputLine</class>
4
 <widget class="QDialog" name="TQtInputLine">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>400</width>
10
    <height>148</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Input dialog</string>
15
  </property>
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>30</x>
20
     <y>110</y>
21
     <width>341</width>
22
     <height>32</height>
23
    </rect>
24
   </property>
25
   <property name="orientation">
26
    <enum>Qt::Horizontal</enum>
27
   </property>
28
   <property name="standardButtons">
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30
   </property>
31
  </widget>
32
  <widget class="QLabel" name="labelMessage">
33
   <property name="geometry">
34
    <rect>
35
     <x>10</x>
36
     <y>9</y>
37
     <width>381</width>
38
     <height>51</height>
39
    </rect>
40
   </property>
41
   <property name="font">
42
    <font>
43
     <pointsize>10</pointsize>
44
    </font>
45
   </property>
46
   <property name="text">
47
    <string>TextLabel</string>
48
   </property>
49
  </widget>
50
  <widget class="QLineEdit" name="lineEdit">
51
   <property name="geometry">
52
    <rect>
53
     <x>12</x>
54
     <y>70</y>
55
     <width>371</width>
56
     <height>25</height>
57
    </rect>
58
   </property>
59
  </widget>
60
 </widget>
61
 <resources/>
62
 <connections>
63
  <connection>
64
   <sender>buttonBox</sender>
65
   <signal>accepted()</signal>
66
   <receiver>TQtInputLine</receiver>
67
   <slot>accept()</slot>
68
   <hints>
69
    <hint type="sourcelabel">
70
     <x>248</x>
71
     <y>254</y>
72
    </hint>
73
    <hint type="destinationlabel">
74
     <x>157</x>
75
     <y>274</y>
76
    </hint>
77
   </hints>
78
  </connection>
79
  <connection>
80
   <sender>buttonBox</sender>
81
   <signal>rejected()</signal>
82
   <receiver>TQtInputLine</receiver>
83
   <slot>reject()</slot>
84
   <hints>
85
    <hint type="sourcelabel">
86
     <x>316</x>
87
     <y>260</y>
88
    </hint>
89
    <hint type="destinationlabel">
90
     <x>286</x>
91
     <y>274</y>
92
    </hint>
93
   </hints>
94
  </connection>
95
 </connections>
96
</ui>