Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui

branch
maintenance
changeset 6826
c6dda2cbe081
parent 6764
d14ddbfbbd36
parent 6825
e659bb96cdfa
child 6827
14680839ad7a
equal deleted inserted replaced
6764:d14ddbfbbd36 6826:c6dda2cbe081
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PipPage</class>
4 <widget class="QWidget" name="PipPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>602</width>
10 <height>389</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure pip&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line9_3">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox_2">
36 <property name="title">
37 <string>Index URL</string>
38 </property>
39 <layout class="QVBoxLayout" name="verticalLayout">
40 <item>
41 <widget class="QLineEdit" name="indexEdit">
42 <property name="toolTip">
43 <string>Enter the URL of the package index or leave empty to use the default</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QLabel" name="indexLabel">
49 <property name="text">
50 <string/>
51 </property>
52 <property name="openExternalLinks">
53 <bool>true</bool>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </widget>
59 </item>
60 <item>
61 <spacer name="verticalSpacer">
62 <property name="orientation">
63 <enum>Qt::Vertical</enum>
64 </property>
65 <property name="sizeHint" stdset="0">
66 <size>
67 <width>20</width>
68 <height>234</height>
69 </size>
70 </property>
71 </spacer>
72 </item>
73 </layout>
74 </widget>
75 <tabstops>
76 <tabstop>indexEdit</tabstop>
77 </tabstops>
78 <resources/>
79 <connections/>
80 </ui>

eric ide

mercurial