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 --- buildtools/autotools/addservicedlgbase.ui | 544 ++++++++++++++++++++++++++++++ 1 file changed, 544 insertions(+) create mode 100644 buildtools/autotools/addservicedlgbase.ui (limited to 'buildtools/autotools/addservicedlgbase.ui') diff --git a/buildtools/autotools/addservicedlgbase.ui b/buildtools/autotools/addservicedlgbase.ui new file mode 100644 index 00000000..050f8066 --- /dev/null +++ b/buildtools/autotools/addservicedlgbase.ui @@ -0,0 +1,544 @@ + +AddServiceDialogBase + + + add_service_dialog + + + + 0 + 0 + 602 + 422 + + + + Add New Service + + + false + + + + unnamed + + + + + GroupBox1 + + + &Service File + + + + unnamed + + + + + filename_edit + + + + + + + + icon_label + + + + + + + &Icon: + + + AlignVCenter|AlignRight + + + icon_button + + + + + Layout2 + + + + unnamed + + + 0 + + + + + icon_button + + + + 24 + 24 + + + + + + + false + + + + + Spacer1 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + + + comment_edit + + + + + name_edit + + + + + library_combo + + + true + + + + + library_label + + + + + + + &Library: + + + AlignVCenter|AlignRight + + + library_combo + + + + + filename_label + + + + + + + &File name: + + + AlignVCenter|AlignRight + + + filename_edit + + + + + name_label + + + + + + + &Name: + + + AlignVCenter|AlignRight + + + name_edit + + + + + comment_label + + + + + + + Co&mment: + + + AlignVCenter|AlignRight + + + comment_edit + + + + + + + GroupBox2 + + + Service &Types + + + + unnamed + + + + + Layout5 + + + + unnamed + + + 0 + + + + + + + + + true + + + true + + + + chosentypes_listview + + + + 7 + 7 + 0 + 0 + + + + LastColumn + + + + + Layout3 + + + + unnamed + + + 0 + + + + + Spacer4 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + add_button + + + <- + + + + + remove_button + + + -> + + + + + Spacer5 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + + + + + + + true + + + true + + + + availtypes_listview + + + + 7 + 7 + 0 + 0 + + + + LastColumn + + + + + + + + Property + + + true + + + true + + + + + Value + + + true + + + true + + + + properties_listview + + + + 7 + 5 + 0 + 0 + + + + true + + + AllColumns + + + + + properties_label + + + + 5 + 5 + 0 + 0 + + + + + + + + &Properties: + + + AlignTop|AlignRight + + + properties_listview + + + + + + + Layout1 + + + + unnamed + + + 0 + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + okbutton + + + &OK + + + true + + + true + + + + + cancelbutton + + + &Cancel + + + true + + + + + + + + + okbutton + clicked() + add_service_dialog + accept() + + + cancelbutton + clicked() + add_service_dialog + reject() + + + remove_button + clicked() + add_service_dialog + removeTypeClicked() + + + properties_listview + doubleClicked(QListViewItem*) + add_service_dialog + propertyExecuted(QListViewItem*) + + + properties_listview + returnPressed(QListViewItem*) + add_service_dialog + propertyExecuted(QListViewItem*) + + + icon_button + clicked() + add_service_dialog + iconClicked() + + + add_button + clicked() + add_service_dialog + addTypeClicked() + + + + filename_edit + library_combo + name_edit + icon_button + comment_edit + chosentypes_listview + add_button + remove_button + availtypes_listview + properties_listview + okbutton + cancelbutton + + + iconClicked() + addTypeClicked() + propertyExecuted(QListViewItem*) + removeTypeClicked() + + + kdialog.h + + + + -- cgit v1.2.1