You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/python/app_templates/pyqt/documentdetails.ui

81 lines
2.5 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>documentDetails</class>
<widget class="TQDialog">
<property name="name">
<cstring>documentDetails</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>561</width>
<height>555</height>
</rect>
</property>
<property name="caption">
<string>Document Details</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Enter details about this document below.</string>
</property>
<property name="textFormat">
<enum>PlainText</enum>
</property>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>Author</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="TQLineEdit" row="0" column="1">
<property name="name">
<cstring>lineEdit1</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox2</cstring>
</property>
<property name="title">
<string>Company</string>
</property>
</widget>
</vbox>
</widget>
<includes>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI>