Sun, 05 May 2019 16:15:34 +0200
Spanish i18n update for eric6 default branch
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <ui version="4.0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <class>HgImportDialog</class> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <widget class="QDialog" name="HgImportDialog"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <property name="geometry"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <width>500</width> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
10 | <height>400</height> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <property name="windowTitle"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <string>Import Patch</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <property name="sizeGripEnabled"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <bool>true</bool> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <layout class="QGridLayout" name="gridLayout_2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <item row="0" column="0" colspan="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <widget class="QGroupBox" name="groupBox_2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <property name="title"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <string>Commit data</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | <layout class="QVBoxLayout" name="verticalLayout"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <widget class="QCheckBox" name="noCommitCheckBox"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <string>Select to not commit the imported patch</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <string>Do not commit</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <property name="checked"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <bool>true</bool> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | <widget class="QLabel" name="label_3"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <string>Commit message:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <widget class="QPlainTextEdit" name="messageEdit"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
48 | <property name="enabled"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
49 | <bool>false</bool> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
50 | </property> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <string>Enter the commit message or leave empty to use the default one</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <property name="tabChangesFocus"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <bool>true</bool> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <layout class="QGridLayout" name="gridLayout"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <item row="0" column="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <widget class="QLabel" name="label"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <string>Commit Date:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <item row="0" column="1"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <widget class="QDateTimeEdit" name="dateEdit"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
70 | <property name="enabled"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
71 | <bool>false</bool> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
72 | </property> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <string>Enter optional date for the commit</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | <property name="displayFormat"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <string notr="true">yyyy-MM-dd HH:mm</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | <property name="calendarPopup"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | <bool>false</bool> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <item row="0" column="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <spacer name="horizontalSpacer_2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | <property name="orientation"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <enum>Qt::Horizontal</enum> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | <property name="sizeHint" stdset="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | <size> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | <width>40</width> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | <height>20</height> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | </size> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | </spacer> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <item row="1" column="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | <widget class="QLabel" name="label_2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <string>Commit User:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | <item row="1" column="1" colspan="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | <widget class="QLineEdit" name="userEdit"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
106 | <property name="enabled"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
107 | <bool>false</bool> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
108 | </property> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | <string>Enter optional user for the commit</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | </layout> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | </layout> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | <item row="1" column="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | <widget class="QLabel" name="label_4"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | <string>Strip Count:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | <item row="1" column="1"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | <layout class="QHBoxLayout" name="horizontalLayout"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | <widget class="QSpinBox" name="stripSpinBox"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | <string>Enter number of leading directories to strip off (default 1)</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | <property name="alignment"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | <property name="maximum"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | <number>9</number> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | <property name="value"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | <number>1</number> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | <item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | <spacer name="horizontalSpacer"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | <property name="orientation"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | <enum>Qt::Horizontal</enum> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | <property name="sizeHint" stdset="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | <size> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | <width>118</width> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | <height>20</height> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | </size> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | </spacer> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
156 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | </layout> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
159 | <item row="2" column="0"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | <widget class="QLabel" name="label_5"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
161 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | <string>Patch File:</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
163 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
165 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
166 | <item row="2" column="1"> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
167 | <widget class="E5PathPicker" name="patchFilePicker" native="true"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
168 | <property name="sizePolicy"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
169 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
170 | <horstretch>0</horstretch> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
171 | <verstretch>0</verstretch> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
172 | </sizepolicy> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
173 | </property> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
174 | <property name="focusPolicy"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
175 | <enum>Qt::StrongFocus</enum> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
176 | </property> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
177 | <property name="toolTip"> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
178 | <string>Enter the name of the patch file</string> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
179 | </property> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
180 | </widget> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
181 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
182 | <item row="3" column="0" colspan="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
183 | <widget class="QCheckBox" name="forceCheckBox"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
184 | <property name="toolTip"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
185 | <string>Select to enforce the import</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
186 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
187 | <property name="text"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
188 | <string>Enforce Import</string> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
189 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
190 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
191 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | <item row="4" column="0" colspan="2"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
193 | <widget class="QDialogButtonBox" name="buttonBox"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
194 | <property name="orientation"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
195 | <enum>Qt::Horizontal</enum> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
196 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | <property name="standardButtons"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
198 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | </property> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | </widget> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
201 | </item> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | </layout> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
203 | </widget> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
204 | <customwidgets> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
205 | <customwidget> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
206 | <class>E5PathPicker</class> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
207 | <extends>QWidget</extends> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
208 | <header>E5Gui/E5PathPicker.h</header> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
209 | <container>1</container> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
210 | </customwidget> |
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
211 | </customwidgets> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
212 | <tabstops> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
213 | <tabstop>noCommitCheckBox</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
214 | <tabstop>messageEdit</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
215 | <tabstop>dateEdit</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | <tabstop>userEdit</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | <tabstop>stripSpinBox</tabstop> |
4593
cc745fa6c914
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3186
diff
changeset
|
218 | <tabstop>patchFilePicker</tabstop> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
219 | <tabstop>forceCheckBox</tabstop> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
220 | </tabstops> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
221 | <resources/> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | <connections> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | <connection> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | <sender>buttonBox</sender> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | <signal>accepted()</signal> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
226 | <receiver>HgImportDialog</receiver> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
227 | <slot>accept()</slot> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | <hints> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | <hint type="sourcelabel"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
230 | <x>257</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
231 | <y>364</y> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
232 | </hint> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
233 | <hint type="destinationlabel"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
234 | <x>157</x> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
235 | <y>274</y> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
236 | </hint> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
237 | </hints> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
238 | </connection> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
239 | <connection> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
240 | <sender>buttonBox</sender> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
241 | <signal>rejected()</signal> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
242 | <receiver>HgImportDialog</receiver> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
243 | <slot>reject()</slot> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
244 | <hints> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
245 | <hint type="sourcelabel"> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
246 | <x>325</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
247 | <y>364</y> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
248 | </hint> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
249 | <hint type="destinationlabel"> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
250 | <x>286</x> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
251 | <y>274</y> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
252 | </hint> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
253 | </hints> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
254 | </connection> |
1327
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
255 | <connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
256 | <sender>noCommitCheckBox</sender> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
257 | <signal>toggled(bool)</signal> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
258 | <receiver>messageEdit</receiver> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
259 | <slot>setDisabled(bool)</slot> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
260 | <hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
261 | <hint type="sourcelabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
262 | <x>70</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
263 | <y>44</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
264 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
265 | <hint type="destinationlabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
266 | <x>95</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
267 | <y>113</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
268 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
269 | </hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
270 | </connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
271 | <connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
272 | <sender>noCommitCheckBox</sender> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
273 | <signal>toggled(bool)</signal> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
274 | <receiver>dateEdit</receiver> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
275 | <slot>setDisabled(bool)</slot> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
276 | <hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
277 | <hint type="sourcelabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
278 | <x>121</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
279 | <y>41</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
280 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
281 | <hint type="destinationlabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
282 | <x>134</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
283 | <y>202</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
284 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
285 | </hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
286 | </connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
287 | <connection> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
288 | <sender>noCommitCheckBox</sender> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
289 | <signal>toggled(bool)</signal> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
290 | <receiver>userEdit</receiver> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
291 | <slot>setDisabled(bool)</slot> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
292 | <hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
293 | <hint type="sourcelabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
294 | <x>228</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
295 | <y>48</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
296 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
297 | <hint type="destinationlabel"> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
298 | <x>230</x> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
299 | <y>229</y> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
300 | </hint> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
301 | </hints> |
8da240d10f91
Changed the Mercurial Import dialog to disable the commit related inputs, if the no commit checkbox is checked.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
1311
diff
changeset
|
302 | </connection> |
1311
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
303 | </connections> |
95685f9ad9f8
Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
304 | </ui> |