|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>887</width> |
10 | | - <height>533</height> |
| 9 | + <width>881</width> |
| 10 | + <height>543</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
|
27 | 27 | </property> |
28 | 28 | <widget class="QFrame" name="viewerFrame"> |
29 | 29 | <property name="sizePolicy"> |
30 | | - <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
31 | | - <horstretch>0</horstretch> |
| 30 | + <sizepolicy hsizetype="Ignored" vsizetype="Expanding"> |
| 31 | + <horstretch>4</horstretch> |
32 | 32 | <verstretch>0</verstretch> |
33 | 33 | </sizepolicy> |
34 | 34 | </property> |
|
55 | 55 | </widget> |
56 | 56 | <widget class="QGroupBox" name="controlAreaGroupBox"> |
57 | 57 | <property name="sizePolicy"> |
58 | | - <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> |
| 58 | + <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding"> |
59 | 59 | <horstretch>0</horstretch> |
60 | 60 | <verstretch>0</verstretch> |
61 | 61 | </sizepolicy> |
|
91 | 91 | </widget> |
92 | 92 | </item> |
93 | 93 | <item> |
94 | | - <spacer name="verticalSpacer"> |
95 | | - <property name="orientation"> |
96 | | - <enum>Qt::Orientation::Vertical</enum> |
97 | | - </property> |
98 | | - <property name="sizeHint" stdset="0"> |
99 | | - <size> |
100 | | - <width>20</width> |
101 | | - <height>40</height> |
102 | | - </size> |
103 | | - </property> |
104 | | - </spacer> |
105 | | - </item> |
106 | | - <item> |
107 | | - <widget class="QLabel" name="infoLabel"> |
| 94 | + <widget class="QTextEdit" name="infoTextEdit"> |
108 | 95 | <property name="sizePolicy"> |
109 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 96 | + <sizepolicy hsizetype="Ignored" vsizetype="MinimumExpanding"> |
110 | 97 | <horstretch>0</horstretch> |
111 | | - <verstretch>0</verstretch> |
| 98 | + <verstretch>1</verstretch> |
112 | 99 | </sizepolicy> |
113 | 100 | </property> |
114 | | - <property name="text"> |
115 | | - <string>说明信息</string> |
| 101 | + <property name="frameShape"> |
| 102 | + <enum>QFrame::Shape::NoFrame</enum> |
| 103 | + </property> |
| 104 | + <property name="verticalScrollBarPolicy"> |
| 105 | + <enum>Qt::ScrollBarPolicy::ScrollBarAsNeeded</enum> |
| 106 | + </property> |
| 107 | + <property name="horizontalScrollBarPolicy"> |
| 108 | + <enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOff</enum> |
| 109 | + </property> |
| 110 | + <property name="sizeAdjustPolicy"> |
| 111 | + <enum>QAbstractScrollArea::SizeAdjustPolicy::AdjustToContents</enum> |
| 112 | + </property> |
| 113 | + <property name="undoRedoEnabled"> |
| 114 | + <bool>false</bool> |
116 | 115 | </property> |
117 | | - <property name="wordWrap"> |
| 116 | + <property name="readOnly"> |
118 | 117 | <bool>true</bool> |
119 | 118 | </property> |
120 | 119 | </widget> |
|
0 commit comments