ProjectPyramid/ConfigurationPage/PyramidPage.ui

changeset 21
e58828e9a847
parent 12
a8d87f7de3e1
child 48
c313efdb01de
equal deleted inserted replaced
20:3c98d944e673 21:e58828e9a847
32 </widget> 32 </widget>
33 </item> 33 </item>
34 <item> 34 <item>
35 <widget class="QGroupBox" name="pyramidConsoleGroup"> 35 <widget class="QGroupBox" name="pyramidConsoleGroup">
36 <property name="title"> 36 <property name="title">
37 <string>Console Commands</string> 37 <string>Console Command</string>
38 </property> 38 </property>
39 <layout class="QGridLayout" name="gridLayout"> 39 <layout class="QGridLayout" name="gridLayout">
40 <item row="0" column="0"> 40 <item row="0" column="0">
41 <widget class="QLabel" name="label"> 41 <widget class="QLabel" name="label">
42 <property name="text"> 42 <property name="text">
58 <property name="editable"> 58 <property name="editable">
59 <bool>true</bool> 59 <bool>true</bool>
60 </property> 60 </property>
61 </widget> 61 </widget>
62 </item> 62 </item>
63 <item row="1" column="0"> 63 <item row="1" column="0" colspan="2">
64 <widget class="QLabel" name="label_2">
65 <property name="text">
66 <string>Console Command (non-closing):</string>
67 </property>
68 </widget>
69 </item>
70 <item row="1" column="1">
71 <widget class="QComboBox" name="consoleCommandNoCloseCombo">
72 <property name="sizePolicy">
73 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
74 <horstretch>0</horstretch>
75 <verstretch>0</verstretch>
76 </sizepolicy>
77 </property>
78 <property name="toolTip">
79 <string>Enter the console command for a non-closing console</string>
80 </property>
81 <property name="editable">
82 <bool>true</bool>
83 </property>
84 </widget>
85 </item>
86 <item row="2" column="0" colspan="2">
87 <widget class="QLabel" name="label_5"> 64 <widget class="QLabel" name="label_5">
88 <property name="text"> 65 <property name="text">
89 <string>&lt;b&gt;Note:&lt;/b&gt; The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an '@' character.</string> 66 <string>&lt;b&gt;Note:&lt;/b&gt; The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an '@' character.</string>
90 </property> 67 </property>
91 <property name="wordWrap"> 68 <property name="wordWrap">
256 </item> 233 </item>
257 </layout> 234 </layout>
258 </widget> 235 </widget>
259 <tabstops> 236 <tabstops>
260 <tabstop>consoleCommandCombo</tabstop> 237 <tabstop>consoleCommandCombo</tabstop>
261 <tabstop>consoleCommandNoCloseCombo</tabstop>
262 <tabstop>virtualEnvPy3Edit</tabstop> 238 <tabstop>virtualEnvPy3Edit</tabstop>
263 <tabstop>virtualEnvPy3Button</tabstop> 239 <tabstop>virtualEnvPy3Button</tabstop>
264 <tabstop>py3ShellCombo</tabstop> 240 <tabstop>py3ShellCombo</tabstop>
265 <tabstop>virtualEnvPy2Edit</tabstop> 241 <tabstop>virtualEnvPy2Edit</tabstop>
266 <tabstop>virtualEnvPy2Button</tabstop> 242 <tabstop>virtualEnvPy2Button</tabstop>

eric ide

mercurial