ExtensionCorba/IdlCompilerDefineNameDialog.ui

changeset 1
d4384e4d7aff
equal deleted inserted replaced
0:02171512ef2f 1:d4384e4d7aff
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IdlCompilerDefineNameDialog</class>
4 <widget class="QDialog" name="IdlCompilerDefineNameDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>108</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Define Name</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="nameEdit">
29 <property name="toolTip">
30 <string>Enter the variable name</string>
31 </property>
32 </widget>
33 </item>
34 <item row="1" column="0">
35 <widget class="QLabel" name="label_2">
36 <property name="text">
37 <string>Value:</string>
38 </property>
39 </widget>
40 </item>
41 <item row="1" column="1">
42 <widget class="QLineEdit" name="valueEdit">
43 <property name="toolTip">
44 <string>Enter an optional value</string>
45 </property>
46 </widget>
47 </item>
48 <item row="2" column="0" colspan="2">
49 <widget class="QDialogButtonBox" name="buttonBox">
50 <property name="orientation">
51 <enum>Qt::Horizontal</enum>
52 </property>
53 <property name="standardButtons">
54 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </widget>
60 <tabstops>
61 <tabstop>nameEdit</tabstop>
62 <tabstop>valueEdit</tabstop>
63 </tabstops>
64 <resources/>
65 <connections>
66 <connection>
67 <sender>buttonBox</sender>
68 <signal>accepted()</signal>
69 <receiver>IdlCompilerDefineNameDialog</receiver>
70 <slot>accept()</slot>
71 <hints>
72 <hint type="sourcelabel">
73 <x>248</x>
74 <y>254</y>
75 </hint>
76 <hint type="destinationlabel">
77 <x>157</x>
78 <y>274</y>
79 </hint>
80 </hints>
81 </connection>
82 <connection>
83 <sender>buttonBox</sender>
84 <signal>rejected()</signal>
85 <receiver>IdlCompilerDefineNameDialog</receiver>
86 <slot>reject()</slot>
87 <hints>
88 <hint type="sourcelabel">
89 <x>316</x>
90 <y>260</y>
91 </hint>
92 <hint type="destinationlabel">
93 <x>286</x>
94 <y>274</y>
95 </hint>
96 </hints>
97 </connection>
98 </connections>
99 </ui>

eric ide

mercurial