From e9ae80694875f869892f13f4fcaf1170a00dea41 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/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/dialogs/fourbuttonmessagebox.ui | 164 +++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 quanta/dialogs/fourbuttonmessagebox.ui (limited to 'quanta/dialogs/fourbuttonmessagebox.ui') diff --git a/quanta/dialogs/fourbuttonmessagebox.ui b/quanta/dialogs/fourbuttonmessagebox.ui new file mode 100644 index 00000000..fba27fc4 --- /dev/null +++ b/quanta/dialogs/fourbuttonmessagebox.ui @@ -0,0 +1,164 @@ + +FourButtonMessageBox +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; version 2 of the License. * + * * + ***************************************************************************/ + +(C) 2003 Andras Mantia <amantia@kde.org> + + + FourButtonMessageBox + + + + 0 + 0 + 425 + 150 + + + + + 0 + 150 + + + + + unnamed + + + + pixmapLabel + + + + 32 + 32 + + + + + + textLabel + + + + + + + + layout2 + + + + unnamed + + + + user1Button + + + &Save + + + + + user2Button + + + Save &As... + + + + + user3Button + + + + 1 + 0 + 0 + 0 + + + + &Do Not Save + + + + + cancelButton + + + &Cancel + + + + + + + spacer1 + + + Vertical + + + Fixed + + + + 20 + 16 + + + + + + + + cancelButton + clicked() + FourButtonMessageBox + cancelButton_clicked() + + + user1Button + clicked() + FourButtonMessageBox + user1Button_clicked() + + + user2Button + clicked() + FourButtonMessageBox + user2Button_clicked() + + + user3Button + clicked() + FourButtonMessageBox + user3Button_clicked() + + + + fourbuttonmessagebox.ui.h + + + int m_status; + + + cancelButton_clicked() + user1Button_clicked() + user2Button_clicked() + user3Button_clicked() + + + status() + + + -- cgit v1.2.3