<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OJProblemPropertyWidget</class> <widget class="QWidget" name="OJProblemPropertyWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="0" colspan="2"> <widget class="QLabel" name="label"> <property name="text"> <string>URL</string> </property> </widget> </item> <item row="0" column="0" colspan="3"> <widget class="QLabel" name="lbName"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="1" column="2"> <widget class="QLineEdit" name="txtURL"/> </item> <item row="2" column="0" colspan="3"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Description</string> </property> </widget> </item> <item row="4" column="0" colspan="3"> <widget class="QWidget" name="widget" native="true"> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btnOk"> <property name="text"> <string>OK</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnCancel"> <property name="text"> <string>Cancel</string> </property> </widget> </item> </layout> </widget> </item> <item row="3" column="0" colspan="3"> <widget class="QTextEdit" name="txtDescription"/> </item> </layout> </widget> <resources/> <connections/> </ui>