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/templates/Configuration_Dialog.ui | 162 +++++++++++++++++++++ .../templates/Dialog_with_Buttons_(Bottom).ui | 122 ++++++++++++++++ .../templates/Dialog_with_Buttons_(Right).ui | 122 ++++++++++++++++ tools/designer/templates/Tab_Dialog.ui | 146 +++++++++++++++++++ 4 files changed, 552 insertions(+) create mode 100644 tools/designer/templates/Configuration_Dialog.ui create mode 100644 tools/designer/templates/Dialog_with_Buttons_(Bottom).ui create mode 100644 tools/designer/templates/Dialog_with_Buttons_(Right).ui create mode 100644 tools/designer/templates/Tab_Dialog.ui (limited to 'tools/designer/templates') diff --git a/tools/designer/templates/Configuration_Dialog.ui b/tools/designer/templates/Configuration_Dialog.ui new file mode 100644 index 0000000..463ff84 --- /dev/null +++ b/tools/designer/templates/Configuration_Dialog.ui @@ -0,0 +1,162 @@ + +MyDialog2 + + + MyDialog2 + + + + 0 + 0 + 597 + 364 + + + + MyDialog2 + + + true + + + + unnamed + + + 11 + + + 6 + + + + + New Item + + + + listBox + + + + 0 + 7 + + + + + + tabWidget + + + + Widget2 + + + Tab + + + + + Widget3 + + + 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() + MyDialog2 + accept() + + + buttonCancel + clicked() + MyDialog2 + reject() + + + diff --git a/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui b/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui new file mode 100644 index 0000000..6e243ac --- /dev/null +++ b/tools/designer/templates/Dialog_with_Buttons_(Bottom).ui @@ -0,0 +1,122 @@ + +MyDialog + + + MyDialog + + + + 0 + 0 + 511 + 282 + + + + MyDialog + + + true + + + + Layout1 + + + + 20 + 240 + 476 + 33 + + + + + unnamed + + + 0 + + + 6 + + + + buttonHelp + + + &Help + + + 4144 + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonOk + + + &OK + + + 0 + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + 0 + + + true + + + + + + + + buttonOk + clicked() + MyDialog + accept() + + + buttonCancel + clicked() + MyDialog + reject() + + + diff --git a/tools/designer/templates/Dialog_with_Buttons_(Right).ui b/tools/designer/templates/Dialog_with_Buttons_(Right).ui new file mode 100644 index 0000000..09d14e9 --- /dev/null +++ b/tools/designer/templates/Dialog_with_Buttons_(Right).ui @@ -0,0 +1,122 @@ + +MyDialog + + + MyDialog + + + + 0 + 0 + 592 + 470 + + + + MyDialog + + + true + + + + Layout5 + + + + 500 + 30 + 82 + 410 + + + + + unnamed + + + 0 + + + 6 + + + + buttonOk + + + &OK + + + 0 + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + 0 + + + true + + + + + buttonHelp + + + &Help + + + 4144 + + + true + + + + + Spacer1 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + + + + buttonOk + clicked() + MyDialog + accept() + + + buttonCancel + clicked() + MyDialog + reject() + + + diff --git a/tools/designer/templates/Tab_Dialog.ui b/tools/designer/templates/Tab_Dialog.ui new file mode 100644 index 0000000..01d6f2c --- /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