1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>questionBody</class>
- <widget class="QWidget" name="questionBody">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>651</width>
- <height>239</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QTextBrowser" name="tb_questionBody">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>631</width>
- <height>221</height>
- </rect>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::NoContextMenu</enum>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|