comparison src/translator/closing_project.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/closing_project.ui@044b5393f8bc
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 <ui version="4.0" >
2 <class>ClosingProjectDialog</class>
3 <widget class="QDialog" name="ClosingProjectDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>300</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Closing Project</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <widget class="QLabel" name="label" >
18 <property name="text" >
19 <string>The following documents have been modified:</string>
20 </property>
21 </widget>
22 </item>
23 <item>
24 <widget class="QTreeWidget" name="treeWidget" >
25 <column>
26 <property name="text" >
27 <string>Title</string>
28 </property>
29 </column>
30 <column>
31 <property name="text" >
32 <string>Full Path</string>
33 </property>
34 </column>
35 </widget>
36 </item>
37 <item>
38 <spacer>
39 <property name="orientation" >
40 <enum>Qt::Vertical</enum>
41 </property>
42 <property name="sizeHint" >
43 <size>
44 <width>382</width>
45 <height>33</height>
46 </size>
47 </property>
48 </spacer>
49 </item>
50 <item>
51 <layout class="QHBoxLayout" >
52 <item>
53 <spacer>
54 <property name="orientation" >
55 <enum>Qt::Horizontal</enum>
56 </property>
57 <property name="sizeHint" >
58 <size>
59 <width>40</width>
60 <height>20</height>
61 </size>
62 </property>
63 </spacer>
64 </item>
65 <item>
66 <widget class="QPushButton" name="button_Save_Selected" >
67 <property name="text" >
68 <string>&amp;Save Selected</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QPushButton" name="button_Discard_All" >
74 <property name="text" >
75 <string>&amp;Discard All Changes</string>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QPushButton" name="button_Cancel" >
81 <property name="text" >
82 <string>&amp;Cancel</string>
83 </property>
84 </widget>
85 </item>
86 </layout>
87 </item>
88 </layout>
89 </widget>
90 <resources/>
91 <connections>
92 <connection>
93 <sender>button_Save_Selected</sender>
94 <signal>clicked()</signal>
95 <receiver>ClosingProjectDialog</receiver>
96 <slot>accept()</slot>
97 <hints>
98 <hint type="sourcelabel" >
99 <x>144</x>
100 <y>269</y>
101 </hint>
102 <hint type="destinationlabel" >
103 <x>179</x>
104 <y>238</y>
105 </hint>
106 </hints>
107 </connection>
108 <connection>
109 <sender>button_Cancel</sender>
110 <signal>clicked()</signal>
111 <receiver>ClosingProjectDialog</receiver>
112 <slot>reject()</slot>
113 <hints>
114 <hint type="sourcelabel" >
115 <x>337</x>
116 <y>268</y>
117 </hint>
118 <hint type="destinationlabel" >
119 <x>328</x>
120 <y>248</y>
121 </hint>
122 </hints>
123 </connection>
124 </connections>
125 </ui>