Mon, 11 Dec 2023 14:56:35 +0100
Modified some widgets of the left sidebar to allow a narrower size.
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
2 | <ui version="4.0"> |
8614 | 3 | <class>FindFileWidget</class> |
4 | <widget class="QWidget" name="FindFileWidget"> | |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
5 | <property name="geometry"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <width>600</width> |
5986
1e78a1aa438b
Some more protobuf related changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4589
diff
changeset
|
10 | <height>800</height> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
13 | <layout class="QVBoxLayout" name="verticalLayout"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <item> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
15 | <layout class="QGridLayout" name="gridLayout_3"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
16 | <item row="0" column="0"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
17 | <widget class="QLabel" name="TextLabel1"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
18 | <property name="text"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <string>Find &text:</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
21 | <property name="buddy"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <cstring>findtextCombo</cstring> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </item> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
26 | <item row="0" column="1"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
27 | <widget class="QComboBox" name="findtextCombo"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
28 | <property name="sizePolicy"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
29 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <horstretch>0</horstretch> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <verstretch>0</verstretch> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </sizepolicy> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
34 | <property name="toolTip"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <string>Enter the search text or regular expression</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
37 | <property name="editable"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <bool>true</bool> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
40 | <property name="insertPolicy"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <enum>QComboBox::InsertAtTop</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | </property> |
9884
5b9453e4c8dd
Adjusted some combo boxes of left sidebar widgets to allow the to shrink below the contents length (see issue489).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9517
diff
changeset
|
43 | <property name="sizeAdjustPolicy"> |
5b9453e4c8dd
Adjusted some combo boxes of left sidebar widgets to allow the to shrink below the contents length (see issue489).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9517
diff
changeset
|
44 | <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
5b9453e4c8dd
Adjusted some combo boxes of left sidebar widgets to allow the to shrink below the contents length (see issue489).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9517
diff
changeset
|
45 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
46 | <property name="duplicatesEnabled"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <bool>false</bool> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | </item> |
8614 | 51 | <item row="0" column="2"> |
52 | <widget class="QToolButton" name="modeToggleButton"> | |
53 | <property name="toolTip"> | |
54 | <string>Press to toggle the mode between find and replace mode</string> | |
55 | </property> | |
56 | </widget> | |
57 | </item> | |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
58 | <item row="1" column="0"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
59 | <widget class="QLabel" name="replaceLabel"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
60 | <property name="text"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <string>Replace te&xt:</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
63 | <property name="buddy"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <cstring>findtextCombo</cstring> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | </item> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
68 | <item row="1" column="1"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
69 | <widget class="QComboBox" name="replacetextCombo"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
70 | <property name="sizePolicy"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
71 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | <horstretch>0</horstretch> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <verstretch>0</verstretch> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | </sizepolicy> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
76 | <property name="toolTip"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <string>Enter the replacement text or regular expression</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
79 | <property name="editable"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | <bool>true</bool> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
82 | <property name="insertPolicy"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <enum>QComboBox::InsertAtTop</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | </property> |
9884
5b9453e4c8dd
Adjusted some combo boxes of left sidebar widgets to allow the to shrink below the contents length (see issue489).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9517
diff
changeset
|
85 | <property name="sizeAdjustPolicy"> |
5b9453e4c8dd
Adjusted some combo boxes of left sidebar widgets to allow the to shrink below the contents length (see issue489).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9517
diff
changeset
|
86 | <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> |
5b9453e4c8dd
Adjusted some combo boxes of left sidebar widgets to allow the to shrink below the contents length (see issue489).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9517
diff
changeset
|
87 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
88 | <property name="duplicatesEnabled"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | <bool>false</bool> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | <item> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
96 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
97 | <property name="spacing"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
98 | <number>0</number> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
99 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
100 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
101 | <spacer name="horizontalSpacer_3"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
102 | <property name="orientation"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
103 | <enum>Qt::Horizontal</enum> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
104 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
105 | <property name="sizeHint" stdset="0"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
106 | <size> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
107 | <width>40</width> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
108 | <height>20</height> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
109 | </size> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
110 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
111 | </spacer> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
112 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
113 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
114 | <widget class="QToolButton" name="caseToolButton"> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
115 | <property name="toolTip"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | <string>Select to match case sensitive</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | </property> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
118 | <property name="checkable"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
119 | <bool>true</bool> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | </item> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
123 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
124 | <widget class="QToolButton" name="wordToolButton"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
125 | <property name="toolTip"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
126 | <string>Select to match whole words only</string> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | </property> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
128 | <property name="checkable"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
129 | <bool>true</bool> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
130 | </property> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | </item> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
133 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
134 | <widget class="QToolButton" name="regexpToolButton"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
135 | <property name="toolTip"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
136 | <string>Select if the searchtext is a regular expression</string> |
8614 | 137 | </property> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
138 | <property name="checkable"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
139 | <bool>true</bool> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
140 | </property> |
8614 | 141 | </widget> |
142 | </item> | |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
143 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
144 | <spacer name="horizontalSpacer_4"> |
8614 | 145 | <property name="orientation"> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
146 | <enum>Qt::Horizontal</enum> |
8614 | 147 | </property> |
148 | <property name="sizeHint" stdset="0"> | |
149 | <size> | |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
150 | <width>40</width> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
151 | <height>20</height> |
8614 | 152 | </size> |
153 | </property> | |
154 | </spacer> | |
5986
1e78a1aa438b
Some more protobuf related changes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4589
diff
changeset
|
155 | </item> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
156 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | <item> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
159 | <widget class="QTabWidget" name="fileOptionsWidget"> |
9517
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
160 | <property name="sizePolicy"> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
161 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
162 | <horstretch>0</horstretch> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
163 | <verstretch>1</verstretch> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
164 | </sizepolicy> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
165 | </property> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
166 | <property name="currentIndex"> |
9035
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
167 | <number>0</number> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
168 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
169 | <widget class="QWidget" name="fileTypeTab"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
170 | <attribute name="title"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
171 | <string>File Type</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
172 | </attribute> |
9517
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
173 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
174 | <item> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
175 | <widget class="QListWidget" name="fileTypeList"> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
176 | <property name="minimumSize"> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
177 | <size> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
178 | <width>0</width> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
179 | <height>125</height> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
180 | </size> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
181 | </property> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
182 | <property name="toolTip"> |
9517
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
183 | <string>Select the file types to search in</string> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
184 | </property> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
185 | <property name="alternatingRowColors"> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
186 | <bool>true</bool> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
187 | </property> |
9517
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
188 | <property name="selectionMode"> |
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
189 | <enum>QAbstractItemView::NoSelection</enum> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
190 | </property> |
9517
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
191 | <property name="sortingEnabled"> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
192 | <bool>true</bool> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
193 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
194 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
195 | </item> |
9517
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
196 | <item> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
197 | <widget class="Line" name="line"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
198 | <property name="orientation"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
199 | <enum>Qt::Horizontal</enum> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
200 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
201 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
202 | </item> |
9517
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
203 | <item> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
204 | <layout class="QHBoxLayout" name="horizontalLayout"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
205 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
206 | <widget class="QCheckBox" name="filterCheckBox"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
207 | <property name="toolTip"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
208 | <string>Select to filter the files by a given filename pattern</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
209 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
210 | <property name="text"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
211 | <string>Fi&lter</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
212 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
213 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
214 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
215 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
216 | <widget class="QLineEdit" name="filterEdit"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
217 | <property name="enabled"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
218 | <bool>false</bool> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
219 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
220 | <property name="sizePolicy"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
221 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
222 | <horstretch>0</horstretch> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
223 | <verstretch>0</verstretch> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
224 | </sizepolicy> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
225 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
226 | <property name="toolTip"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
227 | <string>Enter the filename wildcards separated by ';'</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
228 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
229 | <property name="clearButtonEnabled"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
230 | <bool>true</bool> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
231 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
232 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
233 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
234 | </layout> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
235 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
236 | </layout> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
237 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
238 | <widget class="QWidget" name="findInTab"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
239 | <attribute name="title"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
240 | <string>Find In</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
241 | </attribute> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
242 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
243 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
244 | <widget class="QRadioButton" name="projectButton"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
245 | <property name="toolTip"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
246 | <string>Search in files of the current project</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
247 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
248 | <property name="text"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
249 | <string>&Project</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
250 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
251 | <property name="checked"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
252 | <bool>true</bool> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
253 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
254 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
255 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
256 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
257 | <widget class="QRadioButton" name="dirButton"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
258 | <property name="toolTip"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
259 | <string>Search in files of a directory tree to be entered below</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
260 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
261 | <property name="text"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
262 | <string>&Directory tree</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
263 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
264 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
265 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
266 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
267 | <widget class="EricComboPathPicker" name="dirPicker" native="true"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
268 | <property name="enabled"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
269 | <bool>false</bool> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
270 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
271 | <property name="sizePolicy"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
272 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
273 | <horstretch>0</horstretch> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
274 | <verstretch>0</verstretch> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
275 | </sizepolicy> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
276 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
277 | <property name="focusPolicy"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
278 | <enum>Qt::WheelFocus</enum> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
279 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
280 | <property name="toolTip"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
281 | <string>Enter the directory to search in</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
282 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
283 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
284 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
285 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
286 | <widget class="QRadioButton" name="openFilesButton"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
287 | <property name="toolTip"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
288 | <string>Search in open files only </string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
289 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
290 | <property name="text"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
291 | <string>&Open files only</string> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
292 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
293 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
294 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
295 | <item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
296 | <spacer name="verticalSpacer"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
297 | <property name="orientation"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
298 | <enum>Qt::Vertical</enum> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
299 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
300 | <property name="sizeHint" stdset="0"> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
301 | <size> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
302 | <width>20</width> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
303 | <height>20</height> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
304 | </size> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
305 | </property> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
306 | </spacer> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
307 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
308 | </layout> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
309 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
310 | </widget> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
311 | </item> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
312 | <item> |
8614 | 313 | <widget class="QCheckBox" name="excludeHiddenCheckBox"> |
314 | <property name="toolTip"> | |
315 | <string>Select to exclude hidden files and directories when searching a directory tree.</string> | |
316 | </property> | |
317 | <property name="text"> | |
10401
a68f6ac72783
Modified some widgets of the left sidebar to allow a narrower size.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9884
diff
changeset
|
318 | <string>Exclude hidden</string> |
8614 | 319 | </property> |
320 | <property name="checked"> | |
321 | <bool>true</bool> | |
322 | </property> | |
323 | </widget> | |
324 | </item> | |
325 | <item> | |
326 | <layout class="QHBoxLayout" name="horizontalLayout_3"> | |
327 | <item> | |
8632
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
328 | <spacer name="horizontalSpacer_2"> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
329 | <property name="orientation"> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
330 | <enum>Qt::Horizontal</enum> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
331 | </property> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
332 | <property name="sizeHint" stdset="0"> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
333 | <size> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
334 | <width>40</width> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
335 | <height>20</height> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
336 | </size> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
337 | </property> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
338 | </spacer> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
339 | </item> |
f25cd4b94eb0
Changed the Find File dialog to an integrated widget (right side)
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8614
diff
changeset
|
340 | <item> |
8614 | 341 | <widget class="QPushButton" name="findButton"> |
342 | <property name="toolTip"> | |
343 | <string>Press to start the search process</string> | |
344 | </property> | |
345 | <property name="text"> | |
8809
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
346 | <string>Search</string> |
8614 | 347 | </property> |
348 | </widget> | |
349 | </item> | |
350 | <item> | |
351 | <widget class="QPushButton" name="stopButton"> | |
352 | <property name="toolTip"> | |
353 | <string>Press to stop the current search process</string> | |
354 | </property> | |
355 | <property name="text"> | |
356 | <string>Stop</string> | |
357 | </property> | |
358 | </widget> | |
359 | </item> | |
360 | <item> | |
361 | <spacer name="horizontalSpacer"> | |
362 | <property name="orientation"> | |
363 | <enum>Qt::Horizontal</enum> | |
364 | </property> | |
365 | <property name="sizeHint" stdset="0"> | |
366 | <size> | |
367 | <width>40</width> | |
368 | <height>20</height> | |
369 | </size> | |
370 | </property> | |
371 | </spacer> | |
372 | </item> | |
373 | </layout> | |
374 | </item> | |
375 | <item> | |
376 | <widget class="Line" name="line_2"> | |
377 | <property name="orientation"> | |
378 | <enum>Qt::Horizontal</enum> | |
379 | </property> | |
380 | </widget> | |
381 | </item> | |
382 | <item> | |
8809
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
383 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
384 | <item> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
385 | <widget class="EricSqueezeLabelPath" name="findProgressLabel"> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
386 | <property name="sizePolicy"> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
387 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
388 | <horstretch>0</horstretch> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
389 | <verstretch>0</verstretch> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
390 | </sizepolicy> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
391 | </property> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
392 | <property name="text"> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
393 | <string/> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
394 | </property> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
395 | </widget> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
396 | </item> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
397 | <item> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
398 | <widget class="QPushButton" name="clearButton"> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
399 | <property name="toolTip"> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
400 | <string>Press to clear the search results</string> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
401 | </property> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
402 | <property name="text"> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
403 | <string>Clear</string> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
404 | </property> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
405 | </widget> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
406 | </item> |
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
407 | </layout> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
408 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
409 | <item> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
410 | <widget class="QProgressBar" name="findProgress"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
411 | <property name="toolTip"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
412 | <string>Shows the progress of the search action</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
413 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
414 | <property name="value"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
415 | <number>0</number> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
416 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
417 | <property name="orientation"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
418 | <enum>Qt::Horizontal</enum> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
419 | </property> |
3071
83d066710d60
Added an extended progress dialog to make the progress bar label more descriptive.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
268
diff
changeset
|
420 | <property name="format"> |
83d066710d60
Added an extended progress dialog to make the progress bar label more descriptive.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
268
diff
changeset
|
421 | <string>%v/%m Files</string> |
83d066710d60
Added an extended progress dialog to make the progress bar label more descriptive.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
268
diff
changeset
|
422 | </property> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
423 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
424 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
425 | <item> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
426 | <widget class="QTreeWidget" name="findList"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
427 | <property name="sizePolicy"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
428 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
429 | <horstretch>0</horstretch> |
7992
0d1e35a10a0b
Find File Dialog
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
430 | <verstretch>5</verstretch> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
431 | </sizepolicy> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
432 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
433 | <property name="alternatingRowColors"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
434 | <bool>true</bool> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
435 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
436 | <property name="sortingEnabled"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
437 | <bool>true</bool> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
438 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
439 | <property name="columnCount"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
440 | <number>2</number> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
441 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
442 | <column> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
443 | <property name="text"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
444 | <string>File/Line</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
445 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
446 | </column> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
447 | <column> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
448 | <property name="text"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
449 | <string>Text</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
450 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
451 | </column> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
452 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
453 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
454 | <item> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
455 | <widget class="QPushButton" name="replaceButton"> |
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
456 | <property name="toolTip"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
457 | <string>Press to apply the selected replacements</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
458 | </property> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
459 | <property name="text"> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
460 | <string>Replace</string> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
461 | </property> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
462 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
463 | </item> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
464 | </layout> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
465 | </widget> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
466 | <customwidgets> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
467 | <customwidget> |
8356
68ec9c3d4de5
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
468 | <class>EricSqueezeLabelPath</class> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
469 | <extends>QLabel</extends> |
9413
80c06d472826
Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
470 | <header>eric7/EricWidgets/EricSqueezeLabels.h</header> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
471 | </customwidget> |
4589
b648ccbdbef9
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3656
diff
changeset
|
472 | <customwidget> |
8356
68ec9c3d4de5
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
473 | <class>EricComboPathPicker</class> |
4589
b648ccbdbef9
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3656
diff
changeset
|
474 | <extends>QWidget</extends> |
9413
80c06d472826
Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
475 | <header>eric7/EricWidgets/EricPathPicker.h</header> |
4589
b648ccbdbef9
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3656
diff
changeset
|
476 | <container>1</container> |
b648ccbdbef9
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3656
diff
changeset
|
477 | </customwidget> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
478 | </customwidgets> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
479 | <tabstops> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
480 | <tabstop>findtextCombo</tabstop> |
8614 | 481 | <tabstop>modeToggleButton</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
482 | <tabstop>replacetextCombo</tabstop> |
8846
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
483 | <tabstop>caseToolButton</tabstop> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
484 | <tabstop>wordToolButton</tabstop> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
485 | <tabstop>regexpToolButton</tabstop> |
4196ec4c37a5
Some optimizations to the find location and find in file panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8833
diff
changeset
|
486 | <tabstop>fileOptionsWidget</tabstop> |
9517
d73c3a1e432b
Continued refactoring of the project browser related code in order to extract some as plugins later on.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
487 | <tabstop>fileTypeList</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
488 | <tabstop>filterCheckBox</tabstop> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
489 | <tabstop>filterEdit</tabstop> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
490 | <tabstop>projectButton</tabstop> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
491 | <tabstop>dirButton</tabstop> |
4589
b648ccbdbef9
Modified more dialogs to use the path picker widgets.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3656
diff
changeset
|
492 | <tabstop>dirPicker</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
493 | <tabstop>openFilesButton</tabstop> |
7992
0d1e35a10a0b
Find File Dialog
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6942
diff
changeset
|
494 | <tabstop>excludeHiddenCheckBox</tabstop> |
8614 | 495 | <tabstop>findButton</tabstop> |
496 | <tabstop>stopButton</tabstop> | |
8809
29471a3867ac
Added a 'Clear' button to the 'search in files' and 'search location' panes.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8632
diff
changeset
|
497 | <tabstop>clearButton</tabstop> |
0
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
498 | <tabstop>findList</tabstop> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
499 | <tabstop>replaceButton</tabstop> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
500 | </tabstops> |
de9c2efb9d02
Started porting eric4 to Python3
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
501 | <resources/> |
8907
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
502 | <connections> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
503 | <connection> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
504 | <sender>dirButton</sender> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
505 | <signal>toggled(bool)</signal> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
506 | <receiver>dirPicker</receiver> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
507 | <slot>setEnabled(bool)</slot> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
508 | <hints> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
509 | <hint type="sourcelabel"> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
510 | <x>92</x> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
511 | <y>185</y> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
512 | </hint> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
513 | <hint type="destinationlabel"> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
514 | <x>90</x> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
515 | <y>211</y> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
516 | </hint> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
517 | </hints> |
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
518 | </connection> |
9035
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
519 | <connection> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
520 | <sender>filterCheckBox</sender> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
521 | <signal>toggled(bool)</signal> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
522 | <receiver>filterEdit</receiver> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
523 | <slot>setEnabled(bool)</slot> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
524 | <hints> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
525 | <hint type="sourcelabel"> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
526 | <x>52</x> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
527 | <y>261</y> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
528 | </hint> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
529 | <hint type="destinationlabel"> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
530 | <x>101</x> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
531 | <y>258</y> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
532 | </hint> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
533 | </hints> |
d3a640642179
Implemented a fix for issue 427.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8907
diff
changeset
|
534 | </connection> |
8907
3700e4d27e17
Corrected a missing signal slot connection in the FindFileWidget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8846
diff
changeset
|
535 | </connections> |
268
f6f53503b8d6
Changed the Find in Files dialog to remember the history of the search string, replace string and the search directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
55
diff
changeset
|
536 | </ui> |