comparison src/translator/project_properties.ui @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/translator/project_properties.ui@1401e38d1e2e
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 <ui version="4.0" >
2 <class>ProjectPropertiesDialog</class>
3 <widget class="QDialog" name="ProjectPropertiesDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>152</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Project Properties</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <layout class="QGridLayout" >
18 <item row="0" column="0" >
19 <widget class="QLabel" name="label_2" >
20 <property name="text" >
21 <string>Project name:</string>
22 </property>
23 <property name="alignment" >
24 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
25 </property>
26 <property name="buddy" >
27 <cstring>projectNameField</cstring>
28 </property>
29 </widget>
30 </item>
31 <item row="0" column="1" >
32 <widget class="QLineEdit" name="projectNameField" />
33 </item>
34 <item row="1" column="0" >
35 <widget class="QLabel" name="label" >
36 <property name="text" >
37 <string>Build script:</string>
38 </property>
39 <property name="alignment" >
40 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
41 </property>
42 <property name="buddy" >
43 <cstring>buildScriptField</cstring>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1" >
48 <layout class="QHBoxLayout" >
49 <item>
50 <widget class="QLineEdit" name="buildScriptField" />
51 </item>
52 <item>
53 <widget class="QToolButton" name="pickFileButton" >
54 <property name="text" >
55 <string>...</string>
56 </property>
57 </widget>
58 </item>
59 </layout>
60 </item>
61 <item row="2" column="1" >
62 <widget class="QLineEdit" name="creationDateField" />
63 </item>
64 <item row="2" column="0" >
65 <widget class="QLabel" name="label_3" >
66 <property name="text" >
67 <string>Creation date:</string>
68 </property>
69 <property name="alignment" >
70 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </item>
76 <item>
77 <spacer>
78 <property name="orientation" >
79 <enum>Qt::Vertical</enum>
80 </property>
81 <property name="sizeHint" >
82 <size>
83 <width>20</width>
84 <height>40</height>
85 </size>
86 </property>
87 </spacer>
88 </item>
89 <item>
90 <widget class="QDialogButtonBox" name="buttonBox" >
91 <property name="orientation" >
92 <enum>Qt::Horizontal</enum>
93 </property>
94 <property name="standardButtons" >
95 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </widget>
101 <resources/>
102 <connections>
103 <connection>
104 <sender>buttonBox</sender>
105 <signal>accepted()</signal>
106 <receiver>ProjectPropertiesDialog</receiver>
107 <slot>accept()</slot>
108 <hints>
109 <hint type="sourcelabel" >
110 <x>227</x>
111 <y>278</y>
112 </hint>
113 <hint type="destinationlabel" >
114 <x>157</x>
115 <y>274</y>
116 </hint>
117 </hints>
118 </connection>
119 <connection>
120 <sender>buttonBox</sender>
121 <signal>rejected()</signal>
122 <receiver>ProjectPropertiesDialog</receiver>
123 <slot>reject()</slot>
124 <hints>
125 <hint type="sourcelabel" >
126 <x>295</x>
127 <y>284</y>
128 </hint>
129 <hint type="destinationlabel" >
130 <x>286</x>
131 <y>274</y>
132 </hint>
133 </hints>
134 </connection>
135 </connections>
136 </ui>