|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ProtobufPage</class> |
|
4 <widget class="QWidget" name="ProtobufPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>505</width> |
|
10 <height>377</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Protobuf support</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line13"> |
|
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>Protobuf Compiler</string> |
|
38 </property> |
|
39 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
40 <item> |
|
41 <widget class="EricPathPicker" name="protocPicker" native="true"> |
|
42 <property name="focusPolicy"> |
|
43 <enum>Qt::StrongFocus</enum> |
|
44 </property> |
|
45 <property name="toolTip"> |
|
46 <string>Enter the path to the protobuf compiler.</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item> |
|
51 <widget class="QLabel" name="textLabel1_5"> |
|
52 <property name="text"> |
|
53 <string><b>Note:</b> Leave this entry empty to use the default value (protoc or protoc.exe).</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="QGroupBox" name="groupBox_3"> |
|
62 <property name="title"> |
|
63 <string>gRPC Compiler</string> |
|
64 </property> |
|
65 <layout class="QGridLayout" name="gridLayout"> |
|
66 <item row="0" column="0"> |
|
67 <widget class="QComboBox" name="venvComboBox"> |
|
68 <property name="toolTip"> |
|
69 <string>Select the virtual environment containing the gRPC compiler.</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item row="0" column="1"> |
|
74 <widget class="QToolButton" name="venvRefreshButton"> |
|
75 <property name="toolTip"> |
|
76 <string>Press to refresh the list of vitual environments.</string> |
|
77 </property> |
|
78 <property name="text"> |
|
79 <string notr="true"/> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 <item row="1" column="0" colspan="2"> |
|
84 <widget class="QLabel" name="label"> |
|
85 <property name="text"> |
|
86 <string><b>Note:</b> Leave this entry empty to use the virtual environment used by the eric IDE.</string> |
|
87 </property> |
|
88 <property name="wordWrap"> |
|
89 <bool>true</bool> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 </layout> |
|
94 </widget> |
|
95 </item> |
|
96 <item> |
|
97 <spacer> |
|
98 <property name="orientation"> |
|
99 <enum>Qt::Vertical</enum> |
|
100 </property> |
|
101 <property name="sizeHint" stdset="0"> |
|
102 <size> |
|
103 <width>20</width> |
|
104 <height>81</height> |
|
105 </size> |
|
106 </property> |
|
107 </spacer> |
|
108 </item> |
|
109 </layout> |
|
110 </widget> |
|
111 <customwidgets> |
|
112 <customwidget> |
|
113 <class>EricPathPicker</class> |
|
114 <extends>QWidget</extends> |
|
115 <header>eric7/EricWidgets/EricPathPicker.h</header> |
|
116 <container>1</container> |
|
117 </customwidget> |
|
118 </customwidgets> |
|
119 <resources/> |
|
120 <connections/> |
|
121 </ui> |