ProjectPyramid/FormSelectionDialog.ui

changeset 2
e691c51ab655
equal deleted inserted replaced
1:012c492a9bd6 2:e691c51ab655
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FormSelectionDialog</class>
4 <widget class="QDialog" name="FormSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>450</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Template Type Selection</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>Template &amp;Type:</string>
24 </property>
25 <property name="buddy">
26 <cstring>typeCombo</cstring>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1">
31 <widget class="QComboBox" name="typeCombo">
32 <property name="sizePolicy">
33 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <property name="toolTip">
39 <string>Select the template type</string>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0">
44 <widget class="QLabel" name="label_2">
45 <property name="text">
46 <string>Preview:</string>
47 </property>
48 </widget>
49 </item>
50 <item row="2" column="0" colspan="2">
51 <widget class="QTextEdit" name="preview">
52 <property name="toolTip">
53 <string>Shows the text of the selected template</string>
54 </property>
55 <property name="readOnly">
56 <bool>true</bool>
57 </property>
58 </widget>
59 </item>
60 <item row="3" column="0" colspan="2">
61 <widget class="QDialogButtonBox" name="buttonBox">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="standardButtons">
66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 <tabstops>
73 <tabstop>typeCombo</tabstop>
74 <tabstop>preview</tabstop>
75 <tabstop>buttonBox</tabstop>
76 </tabstops>
77 <resources/>
78 <connections>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>accepted()</signal>
82 <receiver>FormSelectionDialog</receiver>
83 <slot>accept()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>248</x>
87 <y>254</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>157</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>rejected()</signal>
98 <receiver>FormSelectionDialog</receiver>
99 <slot>reject()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>316</x>
103 <y>260</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>286</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 </connections>
112 </ui>

eric ide

mercurial