From ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kig/modes/typesdialogbase.ui | 337 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 kig/modes/typesdialogbase.ui (limited to 'kig/modes/typesdialogbase.ui') diff --git a/kig/modes/typesdialogbase.ui b/kig/modes/typesdialogbase.ui new file mode 100644 index 00000000..7cc7effb --- /dev/null +++ b/kig/modes/typesdialogbase.ui @@ -0,0 +1,337 @@ + +TypesDialogBase + + + TypesDialogBase + + + + 0 + 0 + 456 + 249 + + + + Manage Types + + + Here you can manage types; you can remove them, and load and save them from and to files... + + + + unnamed + + + 11 + + + 6 + + + + layout1 + + + + unnamed + + + + + Icon + + + false + + + true + + + + + Name + + + false + + + true + + + + + Description + + + false + + + true + + + + typeList + + + Extended + + + true + + + Select types here... + + + This is a list of the current macro types... You can select, edit, delete, export and import them... + + + + + + + layout4 + + + + unnamed + + + + layout3 + + + + unnamed + + + + buttonEdit + + + Edit... + + + Edit the selected type. + + + + + buttonRemove + + + Delete + + + Delete all the selected types in the list. + + + + + + + spacer3 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + layout4 + + + + unnamed + + + + buttonExport + + + Export... + + + Export all the selected types to a file. + + + + + buttonImport + + + Import... + + + Import macros that are contained in one or more files. + + + + + + + + + Line1 + + + HLine + + + Sunken + + + Horizontal + + + + + Layout1 + + + + unnamed + + + 0 + + + 6 + + + + buttonHelp + + + &Help + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonOk + + + &OK + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + + + + + + + + + buttonExport + clicked() + TypesDialogBase + exportType() + + + buttonHelp + clicked() + TypesDialogBase + helpSlot() + + + buttonImport + clicked() + TypesDialogBase + importTypes() + + + buttonOk + clicked() + TypesDialogBase + okSlot() + + + buttonRemove + clicked() + TypesDialogBase + deleteType() + + + buttonEdit + clicked() + TypesDialogBase + editType() + + + typeList + contextMenuRequested(QListViewItem*,const QPoint&,int) + TypesDialogBase + contextMenuRequested(QListViewItem*,const QPoint&,int) + + + buttonCancel + clicked() + TypesDialogBase + cancelSlot() + + + + deleteType() + exportType() + helpSlot() + importTypes() + okSlot() + editType() + contextMenuRequested( QListViewItem* i, const QPoint& p, int c ) + cancelSlot() + + + + klistview.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + + -- cgit v1.2.1