comparison src/translator/langfile_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/langfile_properties.ui@1401e38d1e2e
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 <ui version="4.0" >
2 <class>LangFilePropertiesDialog</class>
3 <widget class="QDialog" name="LangFilePropertiesDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>228</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Language File Properties</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <layout class="QGridLayout" >
18 <item row="1" column="0" >
19 <widget class="QLabel" name="label_2" >
20 <property name="text" >
21 <string>Language code:</string>
22 </property>
23 <property name="alignment" >
24 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
25 </property>
26 <property name="buddy" >
27 <cstring>langCodeField</cstring>
28 </property>
29 </widget>
30 </item>
31 <item row="1" column="1" >
32 <widget class="QLineEdit" name="langCodeField" />
33 </item>
34 <item row="2" column="0" >
35 <widget class="QLabel" name="label" >
36 <property name="text" >
37 <string>Creation date:</string>
38 </property>
39 <property name="alignment" >
40 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
41 </property>
42 <property name="buddy" >
43 <cstring>creationDateField</cstring>
44 </property>
45 </widget>
46 </item>
47 <item row="2" column="1" >
48 <widget class="QLineEdit" name="creationDateField" />
49 </item>
50 <item row="0" column="1" >
51 <widget class="QTextEdit" name="authorsField" />
52 </item>
53 <item row="0" column="0" >
54 <widget class="QLabel" name="label_3" >
55 <property name="text" >
56 <string>Author(s):</string>
57 </property>
58 <property name="alignment" >
59 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
60 </property>
61 </widget>
62 </item>
63 </layout>
64 </item>
65 <item>
66 <spacer>
67 <property name="orientation" >
68 <enum>Qt::Vertical</enum>
69 </property>
70 <property name="sizeType" >
71 <enum>QSizePolicy::Fixed</enum>
72 </property>
73 <property name="sizeHint" >
74 <size>
75 <width>20</width>
76 <height>10</height>
77 </size>
78 </property>
79 </spacer>
80 </item>
81 <item>
82 <widget class="QDialogButtonBox" name="buttonBox" >
83 <property name="orientation" >
84 <enum>Qt::Horizontal</enum>
85 </property>
86 <property name="standardButtons" >
87 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </widget>
93 <resources/>
94 <connections>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>accepted()</signal>
98 <receiver>LangFilePropertiesDialog</receiver>
99 <slot>accept()</slot>
100 <hints>
101 <hint type="sourcelabel" >
102 <x>227</x>
103 <y>278</y>
104 </hint>
105 <hint type="destinationlabel" >
106 <x>157</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 <connection>
112 <sender>buttonBox</sender>
113 <signal>rejected()</signal>
114 <receiver>LangFilePropertiesDialog</receiver>
115 <slot>reject()</slot>
116 <hints>
117 <hint type="sourcelabel" >
118 <x>295</x>
119 <y>284</y>
120 </hint>
121 <hint type="destinationlabel" >
122 <x>286</x>
123 <y>274</y>
124 </hint>
125 </hints>
126 </connection>
127 </connections>
128 </ui>