From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- tools/designer/templates/Tab_Dialog.ui | 146 +++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 tools/designer/templates/Tab_Dialog.ui (limited to 'tools/designer/templates/Tab_Dialog.ui') diff --git a/tools/designer/templates/Tab_Dialog.ui b/tools/designer/templates/Tab_Dialog.ui new file mode 100644 index 000000000..5ef82c02e --- /dev/null +++ b/tools/designer/templates/Tab_Dialog.ui @@ -0,0 +1,146 @@ + +MyDialog1 + + + MyDialog1 + + + + 0 + 0 + 528 + 368 + + + + MyDialog1 + + + true + + + + unnamed + + + 11 + + + 6 + + + + tabWidget + + + + Widget8 + + + Tab + + + + + Widget9 + + + Tab + + + + + + Layout1 + + + + unnamed + + + 0 + + + 6 + + + + buttonHelp + + + &Help + + + 4144 + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonOk + + + &OK + + + 0 + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + 0 + + + true + + + + + + + + + buttonOk + clicked() + MyDialog1 + accept() + + + buttonCancel + clicked() + MyDialog1 + reject() + + + -- cgit v1.2.1