|
5 | 5 | <rect> |
6 | 6 | <x>0</x> |
7 | 7 | <y>0</y> |
8 | | - <width>541</width> |
9 | | - <height>338</height> |
| 8 | + <width>709</width> |
| 9 | + <height>265</height> |
10 | 10 | </rect> |
11 | 11 | </property> |
12 | 12 | <property name="windowTitle" > |
13 | 13 | <string>Python console</string> |
14 | 14 | </property> |
15 | | - <layout class="QVBoxLayout" > |
16 | | - <property name="margin" > |
17 | | - <number>9</number> |
18 | | - </property> |
19 | | - <property name="spacing" > |
20 | | - <number>6</number> |
21 | | - </property> |
22 | | - <item> |
| 15 | + <layout class="QGridLayout" name="gridLayout" > |
| 16 | + <item row="3" column="3" > |
| 17 | + <widget class="QPushButton" name="pbnExecute" > |
| 18 | + <property name="text" > |
| 19 | + <string>&Execute</string> |
| 20 | + </property> |
| 21 | + </widget> |
| 22 | + </item> |
| 23 | + <item row="2" column="3" > |
| 24 | + <widget class="QPushButton" name="pbnPrev" > |
| 25 | + <property name="text" > |
| 26 | + <string>&Previous</string> |
| 27 | + </property> |
| 28 | + </widget> |
| 29 | + </item> |
| 30 | + <item row="4" column="3" > |
| 31 | + <widget class="QPushButton" name="pbnNext" > |
| 32 | + <property name="text" > |
| 33 | + <string>&Next</string> |
| 34 | + </property> |
| 35 | + </widget> |
| 36 | + </item> |
| 37 | + <item row="0" column="0" colspan="3" > |
23 | 38 | <widget class="QLabel" name="lblInfo" > |
24 | 39 | <property name="sizePolicy" > |
25 | | - <sizepolicy> |
26 | | - <hsizetype>7</hsizetype> |
27 | | - <vsizetype>5</vsizetype> |
| 40 | + <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > |
28 | 41 | <horstretch>0</horstretch> |
29 | 42 | <verstretch>0</verstretch> |
30 | 43 | </sizepolicy> |
|
37 | 50 | </property> |
38 | 51 | </widget> |
39 | 52 | </item> |
40 | | - <item> |
| 53 | + <item row="1" column="0" colspan="4" > |
41 | 54 | <widget class="QTextBrowser" name="txtHistory" > |
42 | 55 | <property name="html" > |
43 | | - <string></string> |
| 56 | + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 57 | +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 58 | +p, li { white-space: pre-wrap; } |
| 59 | +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> |
| 60 | +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string> |
44 | 61 | </property> |
45 | 62 | </widget> |
46 | 63 | </item> |
47 | | - <item> |
48 | | - <layout class="QHBoxLayout" > |
49 | | - <property name="margin" > |
50 | | - <number>0</number> |
| 64 | + <item row="3" column="1" > |
| 65 | + <widget class="QLabel" name="lblPrompt" > |
| 66 | + <property name="sizePolicy" > |
| 67 | + <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > |
| 68 | + <horstretch>0</horstretch> |
| 69 | + <verstretch>0</verstretch> |
| 70 | + </sizepolicy> |
51 | 71 | </property> |
52 | | - <property name="spacing" > |
53 | | - <number>6</number> |
| 72 | + <property name="text" > |
| 73 | + <string>>>></string> |
54 | 74 | </property> |
55 | | - <item> |
56 | | - <widget class="QLabel" name="lblPrompt" > |
57 | | - <property name="text" > |
58 | | - <string>>>></string> |
59 | | - </property> |
60 | | - </widget> |
61 | | - </item> |
62 | | - <item> |
63 | | - <widget class="QLineEdit" name="edtCmdLine" /> |
64 | | - </item> |
65 | | - </layout> |
| 75 | + </widget> |
| 76 | + </item> |
| 77 | + <item rowspan="3" row="2" column="2" > |
| 78 | + <widget class="QTextEdit" name="edtCmdLine" /> |
66 | 79 | </item> |
67 | 80 | </layout> |
| 81 | + <zorder>pbnExecute</zorder> |
| 82 | + <zorder>pbnPrev</zorder> |
| 83 | + <zorder>pbnNext</zorder> |
| 84 | + <zorder>lblInfo</zorder> |
| 85 | + <zorder>txtHistory</zorder> |
| 86 | + <zorder>lblPrompt</zorder> |
| 87 | + <zorder>edtCmdLine</zorder> |
68 | 88 | </widget> |
69 | 89 | <tabstops> |
70 | | - <tabstop>edtCmdLine</tabstop> |
71 | 90 | <tabstop>txtHistory</tabstop> |
72 | 91 | </tabstops> |
73 | 92 | <resources/> |
|
0 commit comments