| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>TextFileViewer</class> |
| <widget class="QFrame" name="TextFileViewer"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>973</width> |
| <height>632</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Frame</string> |
| </property> |
| <property name="frameShape"> |
| <enum>QFrame::StyledPanel</enum> |
| </property> |
| <property name="frameShadow"> |
| <enum>QFrame::Raised</enum> |
| </property> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <widget class="QListWidget" name="list"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Expanding"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPlainTextEdit" name="text_edit"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="minimumSize"> |
| <size> |
| <width>600</width> |
| <height>600</height> |
| </size> |
| </property> |
| <property name="overwriteMode"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |
|
|