eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

branch
micropython
changeset 7099
89f11ae6bec3
parent 7086
b757db426076
child 7135
44fcfc99b864
equal deleted inserted replaced
7098:fbdf76af88ed 7099:89f11ae6bec3
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 <layout class="QGridLayout" name="gridLayout"> 35 <widget class="QGroupBox" name="groupBox_2">
36 <item row="0" column="0"> 36 <property name="title">
37 <widget class="QLabel" name="label"> 37 <string>Serial Link</string>
38 <property name="text"> 38 </property>
39 <string>Color Scheme for ANSI Escape Codes:</string> 39 <layout class="QHBoxLayout" name="horizontalLayout">
40 </property> 40 <item>
41 </widget> 41 <widget class="QLabel" name="label_2">
42 </item> 42 <property name="text">
43 <item row="0" column="1"> 43 <string>Timeout for Serial Link Communication:</string>
44 <widget class="QComboBox" name="colorSchemeComboBox"> 44 </property>
45 <property name="sizePolicy"> 45 </widget>
46 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 46 </item>
47 <horstretch>0</horstretch> 47 <item>
48 <verstretch>0</verstretch> 48 <widget class="QSpinBox" name="timeoutSpinBox">
49 </sizepolicy> 49 <property name="toolTip">
50 </property> 50 <string>Enter the timout value</string>
51 <property name="toolTip"> 51 </property>
52 <string>Select the color scheme to be applied for ANSI color escape codes</string> 52 <property name="alignment">
53 </property> 53 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
54 </widget> 54 </property>
55 </item> 55 <property name="suffix">
56 <item row="1" column="0"> 56 <string> s</string>
57 <widget class="QLabel" name="label_2"> 57 </property>
58 <property name="text"> 58 <property name="minimum">
59 <string>Timeout for Serial Link Communication:</string> 59 <number>1</number>
60 </property> 60 </property>
61 </widget> 61 <property name="maximum">
62 </item> 62 <number>30</number>
63 <item row="1" column="1"> 63 </property>
64 <layout class="QHBoxLayout" name="horizontalLayout"> 64 </widget>
65 <item> 65 </item>
66 <widget class="QSpinBox" name="timeoutSpinBox"> 66 <item>
67 <property name="toolTip"> 67 <spacer name="horizontalSpacer">
68 <string>Enter the timout value</string> 68 <property name="orientation">
69 </property> 69 <enum>Qt::Horizontal</enum>
70 <property name="alignment"> 70 </property>
71 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 71 <property name="sizeHint" stdset="0">
72 </property> 72 <size>
73 <property name="suffix"> 73 <width>195</width>
74 <string> s</string> 74 <height>20</height>
75 </property> 75 </size>
76 <property name="minimum"> 76 </property>
77 <number>1</number> 77 </spacer>
78 </property> 78 </item>
79 <property name="maximum"> 79 </layout>
80 <number>30</number> 80 </widget>
81 </property> 81 </item>
82 </widget> 82 <item>
83 </item> 83 <widget class="QGroupBox" name="groupBox">
84 <item> 84 <property name="title">
85 <spacer name="horizontalSpacer"> 85 <string>REPL Pane</string>
86 <property name="orientation"> 86 </property>
87 <enum>Qt::Horizontal</enum> 87 <layout class="QGridLayout" name="gridLayout">
88 </property> 88 <item row="0" column="0">
89 <property name="sizeHint" stdset="0"> 89 <widget class="QLabel" name="label">
90 <size> 90 <property name="text">
91 <width>108</width> 91 <string>Color Scheme for ANSI Escape Codes:</string>
92 <height>20</height> 92 </property>
93 </size> 93 </widget>
94 </property> 94 </item>
95 </spacer> 95 <item row="0" column="1">
96 </item> 96 <widget class="QComboBox" name="colorSchemeComboBox">
97 </layout> 97 <property name="sizePolicy">
98 </item> 98 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
99 </layout> 99 <horstretch>0</horstretch>
100 <verstretch>0</verstretch>
101 </sizepolicy>
102 </property>
103 <property name="toolTip">
104 <string>Select the color scheme to be applied for ANSI color escape codes</string>
105 </property>
106 </widget>
107 </item>
108 <item row="1" column="0" colspan="2">
109 <widget class="QCheckBox" name="replWrapCheckBox">
110 <property name="toolTip">
111 <string>Select to wrap long line in the REPL pane</string>
112 </property>
113 <property name="text">
114 <string>Wrap long lines</string>
115 </property>
116 </widget>
117 </item>
118 </layout>
119 </widget>
100 </item> 120 </item>
101 <item> 121 <item>
102 <spacer name="verticalSpacer"> 122 <spacer name="verticalSpacer">
103 <property name="orientation"> 123 <property name="orientation">
104 <enum>Qt::Vertical</enum> 124 <enum>Qt::Vertical</enum>
111 </property> 131 </property>
112 </spacer> 132 </spacer>
113 </item> 133 </item>
114 </layout> 134 </layout>
115 </widget> 135 </widget>
136 <tabstops>
137 <tabstop>timeoutSpinBox</tabstop>
138 <tabstop>colorSchemeComboBox</tabstop>
139 <tabstop>replWrapCheckBox</tabstop>
140 </tabstops>
116 <resources/> 141 <resources/>
117 <connections/> 142 <connections/>
118 </ui> 143 </ui>

eric ide

mercurial