summaryrefslogtreecommitdiffstats
path: root/python/pyqt/examples3/SQL/form1.ui
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyqt/examples3/SQL/form1.ui')
-rw-r--r--python/pyqt/examples3/SQL/form1.ui77
1 files changed, 0 insertions, 77 deletions
diff --git a/python/pyqt/examples3/SQL/form1.ui b/python/pyqt/examples3/SQL/form1.ui
deleted file mode 100644
index 38b3cb27..00000000
--- a/python/pyqt/examples3/SQL/form1.ui
+++ /dev/null
@@ -1,77 +0,0 @@
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>Form1</class>
-<widget class="QDialog">
- <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="QDataTable">
- <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>