eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

branch
micropython
changeset 7086
b757db426076
parent 7079
d1564b590677
child 7099
89f11ae6bec3
equal deleted inserted replaced
7085:328f0f44aa95 7086:b757db426076
30 <enum>Qt::Horizontal</enum> 30 <enum>Qt::Horizontal</enum>
31 </property> 31 </property>
32 </widget> 32 </widget>
33 </item> 33 </item>
34 <item> 34 <item>
35 <widget class="QLabel" name="label"> 35 <layout class="QGridLayout" name="gridLayout">
36 <property name="text"> 36 <item row="0" column="0">
37 <string>Color Scheme for ANSI Escape Codes:</string> 37 <widget class="QLabel" name="label">
38 </property> 38 <property name="text">
39 </widget> 39 <string>Color Scheme for ANSI Escape Codes:</string>
40 </item> 40 </property>
41 <item> 41 </widget>
42 <widget class="QComboBox" name="colorSchemeComboBox"> 42 </item>
43 <property name="toolTip"> 43 <item row="0" column="1">
44 <string>Select the color scheme to be applied for ANSI color escape codes</string> 44 <widget class="QComboBox" name="colorSchemeComboBox">
45 </property> 45 <property name="sizePolicy">
46 </widget> 46 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
47 <horstretch>0</horstretch>
48 <verstretch>0</verstretch>
49 </sizepolicy>
50 </property>
51 <property name="toolTip">
52 <string>Select the color scheme to be applied for ANSI color escape codes</string>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="0">
57 <widget class="QLabel" name="label_2">
58 <property name="text">
59 <string>Timeout for Serial Link Communication:</string>
60 </property>
61 </widget>
62 </item>
63 <item row="1" column="1">
64 <layout class="QHBoxLayout" name="horizontalLayout">
65 <item>
66 <widget class="QSpinBox" name="timeoutSpinBox">
67 <property name="toolTip">
68 <string>Enter the timout value</string>
69 </property>
70 <property name="alignment">
71 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
72 </property>
73 <property name="suffix">
74 <string> s</string>
75 </property>
76 <property name="minimum">
77 <number>1</number>
78 </property>
79 <property name="maximum">
80 <number>30</number>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <spacer name="horizontalSpacer">
86 <property name="orientation">
87 <enum>Qt::Horizontal</enum>
88 </property>
89 <property name="sizeHint" stdset="0">
90 <size>
91 <width>108</width>
92 <height>20</height>
93 </size>
94 </property>
95 </spacer>
96 </item>
97 </layout>
98 </item>
99 </layout>
47 </item> 100 </item>
48 <item> 101 <item>
49 <spacer name="verticalSpacer"> 102 <spacer name="verticalSpacer">
50 <property name="orientation"> 103 <property name="orientation">
51 <enum>Qt::Vertical</enum> 104 <enum>Qt::Vertical</enum>

eric ide

mercurial