From e602246539fd7435aaeb440fcb7f852c92c8426b Mon Sep 17 00:00:00 2001 From: aneejit1 Date: Thu, 28 Jul 2022 15:46:19 +0000 Subject: Remove Qt V2 support and example files Build files for pyuic2 have been removed along with the examples for version 2 of Qt and the build/configure scripts have been amended accordingly. The "examples3" directory has been renamed to just "examples". Signed-off-by: aneejit1 --- examples/SQL/form2.ui | 327 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 examples/SQL/form2.ui (limited to 'examples/SQL/form2.ui') diff --git a/examples/SQL/form2.ui b/examples/SQL/form2.ui new file mode 100644 index 0000000..4856e39 --- /dev/null +++ b/examples/SQL/form2.ui @@ -0,0 +1,327 @@ + +Form2 + + + Form2 + + + + 0 + 0 + 367 + 152 + + + + Form2 + + + + DataBrowser1 + + + + 0 + 0 + 366 + 150 + + + + + surname ASC + forename ASC + + + + + (default) + staff + + + + + unnamed + + + 11 + + + 6 + + + + Layout2 + + + + unnamed + + + 0 + + + 6 + + + + labelSurname + + + Surname + + + + + TQSpinBoxStatusid + + + 2147483647 + + + + (default) + staff + statusid + + + + + + TQLineEditSurname + + + + (default) + staff + surname + + + + + + labelStatusid + + + Statusid + + + + + labelForename + + + Forename + + + + + TQLineEditSalary + + + AlignRight + + + + (default) + staff + salary + + + + + + labelSalary + + + Salary + + + + + TQLineEditForename + + + + (default) + staff + forename + + + + + + + + Layout3 + + + + unnamed + + + 0 + + + 6 + + + + PushButtonFirst + + + |< &First + + + + + PushButtonPrev + + + << &Prev + + + + + PushButtonNext + + + &Next >> + + + + + PushButtonLast + + + &Last >| + + + + + + + Layout4 + + + + unnamed + + + 0 + + + 6 + + + + PushButtonInsert + + + &Insert + + + + + PushButtonUpdate + + + &Update + + + + + PushButtonDelete + + + &Delete + + + + + + + + + + PushButtonFirst + clicked() + DataBrowser1 + first() + + + DataBrowser1 + firstRecordAvailable( bool ) + PushButtonFirst + setEnabled(bool) + + + PushButtonPrev + clicked() + DataBrowser1 + prev() + + + DataBrowser1 + prevRecordAvailable( bool ) + PushButtonPrev + setEnabled(bool) + + + PushButtonNext + clicked() + DataBrowser1 + next() + + + DataBrowser1 + nextRecordAvailable( bool ) + PushButtonNext + setEnabled(bool) + + + PushButtonLast + clicked() + DataBrowser1 + last() + + + DataBrowser1 + lastRecordAvailable( bool ) + PushButtonLast + setEnabled(bool) + + + PushButtonInsert + clicked() + DataBrowser1 + insert() + + + PushButtonUpdate + clicked() + DataBrowser1 + update() + + + PushButtonDelete + clicked() + DataBrowser1 + del() + + + + TQLineEditForename + TQLineEditSurname + TQLineEditSalary + TQSpinBoxStatusid + PushButtonFirst + PushButtonPrev + PushButtonNext + PushButtonLast + PushButtonInsert + PushButtonUpdate + PushButtonDelete + + + -- cgit v1.2.3