diff options
Diffstat (limited to 'examples/SQL/form1.ui')
| -rw-r--r-- | examples/SQL/form1.ui | 77 | 
1 files changed, 77 insertions, 0 deletions
| diff --git a/examples/SQL/form1.ui b/examples/SQL/form1.ui new file mode 100644 index 0000000..118a84e --- /dev/null +++ b/examples/SQL/form1.ui @@ -0,0 +1,77 @@ +<!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> | 
