Preferences/ConfigurationPages/PluginManagerPage.ui

changeset 0
de9c2efb9d02
child 2707
dea7b20f3485
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>PluginManagerPage</class>
3 <widget class="QWidget" name="PluginManagerPage" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>507</width>
9 <height>299</height>
10 </rect>
11 </property>
12 <layout class="QGridLayout" >
13 <item row="0" column="0" colspan="3" >
14 <widget class="QLabel" name="headerLabel" >
15 <property name="text" >
16 <string>&lt;b>Configure plugin manager&lt;/b></string>
17 </property>
18 </widget>
19 </item>
20 <item row="1" column="0" colspan="3" >
21 <widget class="Line" name="line9_2" >
22 <property name="frameShape" >
23 <enum>QFrame::HLine</enum>
24 </property>
25 <property name="frameShadow" >
26 <enum>QFrame::Sunken</enum>
27 </property>
28 <property name="orientation" >
29 <enum>Qt::Horizontal</enum>
30 </property>
31 </widget>
32 </item>
33 <item row="2" column="0" >
34 <widget class="QLabel" name="label" >
35 <property name="text" >
36 <string>Plugins download directory:</string>
37 </property>
38 </widget>
39 </item>
40 <item row="2" column="1" >
41 <widget class="QLineEdit" name="downloadDirEdit" >
42 <property name="toolTip" >
43 <string>Enter the plugins download directory</string>
44 </property>
45 </widget>
46 </item>
47 <item row="2" column="2" >
48 <widget class="QPushButton" name="downloadDirButton" >
49 <property name="toolTip" >
50 <string>Select the plugins download directory via a directory selection dialog</string>
51 </property>
52 <property name="text" >
53 <string>...</string>
54 </property>
55 </widget>
56 </item>
57 <item row="3" column="0" colspan="3" >
58 <widget class="QLabel" name="TextLabel1_2_2_2_3" >
59 <property name="text" >
60 <string>&lt;font color="#FF0000">&lt;b>Note:&lt;/b> The following setting is activated at the next startup of the application.&lt;/font></string>
61 </property>
62 </widget>
63 </item>
64 <item row="4" column="0" colspan="3" >
65 <widget class="QCheckBox" name="activateExternalPluginsCheckBox" >
66 <property name="toolTip" >
67 <string>Select to enable third party plugins to be loaded</string>
68 </property>
69 <property name="text" >
70 <string>Load third party plugins</string>
71 </property>
72 </widget>
73 </item>
74 <item row="5" column="0" colspan="3" >
75 <spacer>
76 <property name="orientation" >
77 <enum>Qt::Vertical</enum>
78 </property>
79 <property name="sizeHint" stdset="0" >
80 <size>
81 <width>435</width>
82 <height>121</height>
83 </size>
84 </property>
85 </spacer>
86 </item>
87 </layout>
88 </widget>
89 <tabstops>
90 <tabstop>downloadDirEdit</tabstop>
91 <tabstop>downloadDirButton</tabstop>
92 <tabstop>activateExternalPluginsCheckBox</tabstop>
93 </tabstops>
94 <resources/>
95 <connections/>
96 </ui>

eric ide

mercurial