|
1 |
| -<ui version="4.0" > |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
2 | 3 | <class>QgsPluginManagerBase</class>
|
3 |
| - <widget class="QDialog" name="QgsPluginManagerBase" > |
4 |
| - <property name="geometry" > |
| 4 | + <widget class="QDialog" name="QgsPluginManagerBase"> |
| 5 | + <property name="geometry"> |
5 | 6 | <rect>
|
6 | 7 | <x>0</x>
|
7 | 8 | <y>0</y>
|
8 | 9 | <width>551</width>
|
9 | 10 | <height>377</height>
|
10 | 11 | </rect>
|
11 | 12 | </property>
|
12 |
| - <property name="mouseTracking" > |
| 13 | + <property name="mouseTracking"> |
13 | 14 | <bool>false</bool>
|
14 | 15 | </property>
|
15 |
| - <property name="windowTitle" > |
| 16 | + <property name="windowTitle"> |
16 | 17 | <string>QGIS Plugin Manager</string>
|
17 | 18 | </property>
|
18 |
| - <property name="modal" > |
| 19 | + <property name="modal"> |
19 | 20 | <bool>true</bool>
|
20 | 21 | </property>
|
21 |
| - <layout class="QGridLayout" > |
22 |
| - <item row="1" column="0" colspan="3" > |
23 |
| - <widget class="QLabel" name="textLabel1_2" > |
24 |
| - <property name="text" > |
| 22 | + <layout class="QGridLayout"> |
| 23 | + <item row="1" column="0" colspan="3"> |
| 24 | + <widget class="QLabel" name="textLabel1_2"> |
| 25 | + <property name="text"> |
25 | 26 | <string>To enable / disable a plugin, click its checkbox or description</string>
|
26 | 27 | </property>
|
27 | 28 | </widget>
|
28 | 29 | </item>
|
29 |
| - <item row="2" column="0" colspan="3" > |
30 |
| - <widget class="QListView" name="vwPlugins" > |
31 |
| - <property name="selectionMode" > |
| 30 | + <item row="2" column="0" colspan="3"> |
| 31 | + <widget class="QListView" name="vwPlugins"> |
| 32 | + <property name="selectionMode"> |
32 | 33 | <enum>QAbstractItemView::SingleSelection</enum>
|
33 | 34 | </property>
|
34 |
| - <property name="selectionBehavior" > |
| 35 | + <property name="selectionBehavior"> |
35 | 36 | <enum>QAbstractItemView::SelectItems</enum>
|
36 | 37 | </property>
|
37 |
| - <property name="wordWrap" > |
| 38 | + <property name="wordWrap"> |
38 | 39 | <bool>true</bool>
|
39 | 40 | </property>
|
40 | 41 | </widget>
|
41 | 42 | </item>
|
42 |
| - <item row="0" column="0" > |
43 |
| - <widget class="QLabel" name="lblFilter" > |
44 |
| - <property name="text" > |
| 43 | + <item row="0" column="0"> |
| 44 | + <widget class="QLabel" name="lblFilter"> |
| 45 | + <property name="text"> |
45 | 46 | <string>&Filter</string>
|
46 | 47 | </property>
|
47 |
| - <property name="buddy" > |
| 48 | + <property name="buddy"> |
48 | 49 | <cstring>leFilter</cstring>
|
49 | 50 | </property>
|
50 | 51 | </widget>
|
51 | 52 | </item>
|
52 |
| - <item row="0" column="1" colspan="2" > |
53 |
| - <widget class="QLineEdit" name="leFilter" /> |
| 53 | + <item row="0" column="1" colspan="2"> |
| 54 | + <widget class="QgsFilterLineEdit" name="leFilter"/> |
54 | 55 | </item>
|
55 |
| - <item row="3" column="0" colspan="2" > |
56 |
| - <widget class="QLabel" name="textLabel1" > |
57 |
| - <property name="text" > |
| 56 | + <item row="3" column="0" colspan="2"> |
| 57 | + <widget class="QLabel" name="textLabel1"> |
| 58 | + <property name="text"> |
58 | 59 | <string>Plugin Directory:</string>
|
59 | 60 | </property>
|
60 | 61 | </widget>
|
61 | 62 | </item>
|
62 |
| - <item row="3" column="2" > |
63 |
| - <widget class="QLabel" name="lblPluginDir" > |
64 |
| - <property name="sizePolicy" > |
65 |
| - <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > |
| 63 | + <item row="3" column="2"> |
| 64 | + <widget class="QLabel" name="lblPluginDir"> |
| 65 | + <property name="sizePolicy"> |
| 66 | + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
66 | 67 | <horstretch>0</horstretch>
|
67 | 68 | <verstretch>0</verstretch>
|
68 | 69 | </sizepolicy>
|
69 | 70 | </property>
|
70 |
| - <property name="text" > |
| 71 | + <property name="text"> |
71 | 72 | <string>Directory</string>
|
72 | 73 | </property>
|
73 |
| - <property name="alignment" > |
| 74 | + <property name="alignment"> |
74 | 75 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
75 | 76 | </property>
|
76 |
| - <property name="wordWrap" > |
| 77 | + <property name="wordWrap"> |
77 | 78 | <bool>true</bool>
|
78 | 79 | </property>
|
79 | 80 | </widget>
|
80 | 81 | </item>
|
81 |
| - <item row="4" column="0" colspan="2" > |
82 |
| - <widget class="QPushButton" name="btnPluginInstaller" > |
83 |
| - <property name="text" > |
| 82 | + <item row="4" column="0" colspan="2"> |
| 83 | + <widget class="QPushButton" name="btnPluginInstaller"> |
| 84 | + <property name="text"> |
84 | 85 | <string>Plugin Installer</string>
|
85 | 86 | </property>
|
86 | 87 | </widget>
|
87 | 88 | </item>
|
88 |
| - <item row="4" column="2" > |
89 |
| - <widget class="QDialogButtonBox" name="buttonBox" > |
90 |
| - <property name="standardButtons" > |
91 |
| - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> |
| 89 | + <item row="4" column="2"> |
| 90 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 91 | + <property name="standardButtons"> |
| 92 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
92 | 93 | </property>
|
93 | 94 | </widget>
|
94 | 95 | </item>
|
95 | 96 | </layout>
|
96 | 97 | </widget>
|
97 |
| - <layoutdefault spacing="6" margin="11" /> |
| 98 | + <layoutdefault spacing="6" margin="11"/> |
| 99 | + <customwidgets> |
| 100 | + <customwidget> |
| 101 | + <class>QgsFilterLineEdit</class> |
| 102 | + <extends>QLineEdit</extends> |
| 103 | + <header>qgsfilterlineedit.h</header> |
| 104 | + </customwidget> |
| 105 | + </customwidgets> |
98 | 106 | <tabstops>
|
99 | 107 | <tabstop>leFilter</tabstop>
|
100 | 108 | <tabstop>vwPlugins</tabstop>
|
|
109 | 117 | <receiver>QgsPluginManagerBase</receiver>
|
110 | 118 | <slot>accept()</slot>
|
111 | 119 | <hints>
|
112 |
| - <hint type="sourcelabel" > |
| 120 | + <hint type="sourcelabel"> |
113 | 121 | <x>511</x>
|
114 | 122 | <y>305</y>
|
115 | 123 | </hint>
|
116 |
| - <hint type="destinationlabel" > |
| 124 | + <hint type="destinationlabel"> |
117 | 125 | <x>561</x>
|
118 | 126 | <y>271</y>
|
119 | 127 | </hint>
|
|
125 | 133 | <receiver>QgsPluginManagerBase</receiver>
|
126 | 134 | <slot>reject()</slot>
|
127 | 135 | <hints>
|
128 |
| - <hint type="sourcelabel" > |
| 136 | + <hint type="sourcelabel"> |
129 | 137 | <x>447</x>
|
130 | 138 | <y>304</y>
|
131 | 139 | </hint>
|
132 |
| - <hint type="destinationlabel" > |
| 140 | + <hint type="destinationlabel"> |
133 | 141 | <x>479</x>
|
134 | 142 | <y>341</y>
|
135 | 143 | </hint>
|
|
0 commit comments