|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitOptionsDialog</class> |
|
4 <widget class="QDialog" name="GitOptionsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>565</width> |
|
10 <height>78</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Initial Commit</string> |
|
15 </property> |
|
16 <property name="whatsThis"> |
|
17 <string><b>Initial Commit Dialog</b> |
|
18 <p>Enter the message for the initial commit.</p></string> |
|
19 </property> |
|
20 <property name="sizeGripEnabled"> |
|
21 <bool>true</bool> |
|
22 </property> |
|
23 <layout class="QVBoxLayout" name="verticalLayout"> |
|
24 <item> |
|
25 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
26 <item> |
|
27 <widget class="QLabel" name="TextLabel5"> |
|
28 <property name="text"> |
|
29 <string>Commit &Message:</string> |
|
30 </property> |
|
31 <property name="buddy"> |
|
32 <cstring>vcsLogEdit</cstring> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="QLineEdit" name="vcsLogEdit"> |
|
38 <property name="toolTip"> |
|
39 <string>Enter the log message for the new project.</string> |
|
40 </property> |
|
41 <property name="whatsThis"> |
|
42 <string><b>Log Message</b> |
|
43 <p>Enter the log message to be used for the new project.</p></string> |
|
44 </property> |
|
45 <property name="text"> |
|
46 <string>new project started</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 </layout> |
|
51 </item> |
|
52 <item> |
|
53 <widget class="QDialogButtonBox" name="buttonBox"> |
|
54 <property name="orientation"> |
|
55 <enum>Qt::Horizontal</enum> |
|
56 </property> |
|
57 <property name="standardButtons"> |
|
58 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 </layout> |
|
63 </widget> |
|
64 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
65 <tabstops> |
|
66 <tabstop>vcsLogEdit</tabstop> |
|
67 </tabstops> |
|
68 <resources/> |
|
69 <connections> |
|
70 <connection> |
|
71 <sender>buttonBox</sender> |
|
72 <signal>accepted()</signal> |
|
73 <receiver>GitOptionsDialog</receiver> |
|
74 <slot>accept()</slot> |
|
75 <hints> |
|
76 <hint type="sourcelabel"> |
|
77 <x>56</x> |
|
78 <y>68</y> |
|
79 </hint> |
|
80 <hint type="destinationlabel"> |
|
81 <x>51</x> |
|
82 <y>77</y> |
|
83 </hint> |
|
84 </hints> |
|
85 </connection> |
|
86 <connection> |
|
87 <sender>buttonBox</sender> |
|
88 <signal>rejected()</signal> |
|
89 <receiver>GitOptionsDialog</receiver> |
|
90 <slot>reject()</slot> |
|
91 <hints> |
|
92 <hint type="sourcelabel"> |
|
93 <x>213</x> |
|
94 <y>68</y> |
|
95 </hint> |
|
96 <hint type="destinationlabel"> |
|
97 <x>205</x> |
|
98 <y>77</y> |
|
99 </hint> |
|
100 </hints> |
|
101 </connection> |
|
102 </connections> |
|
103 </ui> |