From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- tools/designer/examples/receiver1/mainform.ui | 87 +++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 tools/designer/examples/receiver1/mainform.ui (limited to 'tools/designer/examples/receiver1/mainform.ui') diff --git a/tools/designer/examples/receiver1/mainform.ui b/tools/designer/examples/receiver1/mainform.ui new file mode 100644 index 0000000..abe714f --- /dev/null +++ b/tools/designer/examples/receiver1/mainform.ui @@ -0,0 +1,87 @@ + +MainForm + + + MainForm + + + + 0 + 0 + 389 + 115 + + + + Main Form + + + + unnamed + + + 11 + + + 6 + + + + quitPushButton + + + &Quit + + + + + creditPushButton + + + &Credit Dialog + + + + + TextLabel1 + + + Credit Rating + + + + + ratingTextLabel + + + Unrated + + + + + + + creditPushButton + clicked() + MainForm + creditDialog() + + + quitPushButton + clicked() + MainForm + accept() + + + + qspinbox.h + qwidgetfactory.h + mainform.ui.h + + + init() + destroy() + creditDialog() + + + -- cgit v1.2.1