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.
pytqt/examples3/SQL/form1.ui

78 lines
2.1 KiB

<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>Form1</class>
<widget class="TQDialog">
<property name="name">
<cstring>Form1</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>370</height>
</rect>
</property>
<property name="caption">
<string>Form1</string>
</property>
<widget class="TQDataTable">
<column>
<property name="text">
<string>Forename</string>
</property>
<property name="field">
<string>forename</string>
</property>
</column>
<column>
<property name="text">
<string>Surname</string>
</property>
<property name="field">
<string>surname</string>
</property>
</column>
<column>
<property name="text">
<string>Salary</string>
</property>
<property name="field">
<string>salary</string>
</property>
</column>
<column>
<property name="text">
<string>Statusid</string>
</property>
<property name="field">
<string>statusid</string>
</property>
</column>
<property name="name">
<cstring>DataTable2</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>370</height>
</rect>
</property>
<property name="sorting">
<bool>true</bool>
</property>
<property name="confirmDelete">
<bool>true</bool>
</property>
<property name="database" stdset="0">
<stringlist>
<string>(default)</string>
<string>staff</string>
</stringlist>
</property>
</widget>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>