|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgQueuesListDialog</class> |
|
4 <widget class="QDialog" name="HgQueuesListDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>634</width> |
|
10 <height>494</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>List of Patches</string> |
|
15 </property> |
|
16 <property name="whatsThis"> |
|
17 <string><b>List of Patches</b> |
|
18 <p>This dialog shows a list of applied and unapplied patches.</p></string> |
|
19 </property> |
|
20 <property name="sizeGripEnabled"> |
|
21 <bool>true</bool> |
|
22 </property> |
|
23 <layout class="QVBoxLayout"> |
|
24 <item> |
|
25 <widget class="QTreeWidget" name="patchesList"> |
|
26 <property name="sizePolicy"> |
|
27 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
28 <horstretch>0</horstretch> |
|
29 <verstretch>2</verstretch> |
|
30 </sizepolicy> |
|
31 </property> |
|
32 <property name="whatsThis"> |
|
33 <string><b>Patches List</b> |
|
34 <p>This shows a list of applied and unapplied patches.</p></string> |
|
35 </property> |
|
36 <property name="alternatingRowColors"> |
|
37 <bool>true</bool> |
|
38 </property> |
|
39 <property name="rootIsDecorated"> |
|
40 <bool>false</bool> |
|
41 </property> |
|
42 <property name="itemsExpandable"> |
|
43 <bool>false</bool> |
|
44 </property> |
|
45 <column> |
|
46 <property name="text"> |
|
47 <string notr="true">#</string> |
|
48 </property> |
|
49 <property name="toolTip"> |
|
50 <string/> |
|
51 </property> |
|
52 <property name="textAlignment"> |
|
53 <set>AlignLeading|AlignVCenter</set> |
|
54 </property> |
|
55 </column> |
|
56 <column> |
|
57 <property name="text"> |
|
58 <string>Name</string> |
|
59 </property> |
|
60 </column> |
|
61 <column> |
|
62 <property name="text"> |
|
63 <string>Status</string> |
|
64 </property> |
|
65 </column> |
|
66 <column> |
|
67 <property name="text"> |
|
68 <string>Summary</string> |
|
69 </property> |
|
70 </column> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QGroupBox" name="errorGroup"> |
|
75 <property name="sizePolicy"> |
|
76 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
77 <horstretch>0</horstretch> |
|
78 <verstretch>1</verstretch> |
|
79 </sizepolicy> |
|
80 </property> |
|
81 <property name="title"> |
|
82 <string>Errors</string> |
|
83 </property> |
|
84 <layout class="QVBoxLayout"> |
|
85 <item> |
|
86 <widget class="QTextEdit" name="errors"> |
|
87 <property name="readOnly"> |
|
88 <bool>true</bool> |
|
89 </property> |
|
90 <property name="acceptRichText"> |
|
91 <bool>false</bool> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 </layout> |
|
96 </widget> |
|
97 </item> |
|
98 <item> |
|
99 <widget class="QDialogButtonBox" name="buttonBox"> |
|
100 <property name="orientation"> |
|
101 <enum>Qt::Horizontal</enum> |
|
102 </property> |
|
103 <property name="standardButtons"> |
|
104 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 </layout> |
|
109 </widget> |
|
110 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
111 <tabstops> |
|
112 <tabstop>patchesList</tabstop> |
|
113 <tabstop>errors</tabstop> |
|
114 <tabstop>buttonBox</tabstop> |
|
115 </tabstops> |
|
116 <resources/> |
|
117 <connections/> |
|
118 </ui> |