From 114a878c64ce6f8223cfd22d76a20eb16d177e5e 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/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/cpp/addattributedialogbase.ui | 375 ++++++++++++++++++++++++++++++++ 1 file changed, 375 insertions(+) create mode 100644 languages/cpp/addattributedialogbase.ui (limited to 'languages/cpp/addattributedialogbase.ui') diff --git a/languages/cpp/addattributedialogbase.ui b/languages/cpp/addattributedialogbase.ui new file mode 100644 index 00000000..eabd89fe --- /dev/null +++ b/languages/cpp/addattributedialogbase.ui @@ -0,0 +1,375 @@ + +AddAttributeDialogBase + + + AddAttributeDialogBase + + + + 0 + 0 + 619 + 413 + + + + Add Attribute + + + true + + + + unnamed + + + + + Access + + + true + + + true + + + + + Storage + + + true + + + true + + + + + Type + + + true + + + true + + + + + Declarator + + + true + + + true + + + + attributes + + + true + + + LastColumn + + + + + layout3 + + + + unnamed + + + + spacer3 + + + Horizontal + + + Expanding + + + + 111 + 20 + + + + + + addAttributeButton + + + &Add Attribute + + + + + deleteAttributeButton + + + &Delete Attribute + + + + + + + groupBox1 + + + Attribute Properties + + + + unnamed + + + + layout4 + + + + unnamed + + + + textLabel1 + + + T&ype: + + + returnType + + + + + returnType + + + true + + + + + declarator + + + + + textLabel2 + + + D&eclarator: + + + declarator + + + + + + + layout5 + + + + unnamed + + + + storage + + + + + textLabel5 + + + S&torage: + + + storage + + + + + textLabel3 + + + Acce&ss: + + + access + + + + + access + + + + + + + + + Layout1 + + + + unnamed + + + 0 + + + 6 + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonOk + + + &OK + + + + + + true + + + true + + + + + buttonCancel + + + &Cancel + + + + + + true + + + + + + + + + buttonOk + clicked() + AddAttributeDialogBase + accept() + + + buttonCancel + clicked() + AddAttributeDialogBase + reject() + + + addAttributeButton + clicked() + AddAttributeDialogBase + addAttribute() + + + deleteAttributeButton + clicked() + AddAttributeDialogBase + deleteCurrentAttribute() + + + attributes + selectionChanged(QListViewItem*) + AddAttributeDialogBase + currentChanged(QListViewItem*) + + + returnType + activated(const QString&) + AddAttributeDialogBase + updateGUI() + + + declarator + textChanged(const QString&) + AddAttributeDialogBase + updateGUI() + + + access + activated(const QString&) + AddAttributeDialogBase + updateGUI() + + + storage + activated(const QString&) + AddAttributeDialogBase + updateGUI() + + + returnType + textChanged(const QString&) + AddAttributeDialogBase + updateGUI() + + + + attributes + addAttributeButton + deleteAttributeButton + returnType + declarator + access + storage + buttonOk + buttonCancel + + + kdialog.h + + + init() + destroy() + addAttribute() + deleteCurrentAttribute() + currentChanged(QListViewItem*) + updateGUI() + + + + -- cgit v1.2.1