From 92fb302dd801e7f568cd9d66025431e79dad9771 Mon Sep 17 00:00:00 2001 From: sandman Date: Sun, 22 Dec 2002 23:46:02 +0000 Subject: New button settings -- replaces AppsKey, which does not work anymore with the new device button framework --- (limited to 'core/settings/button/remapdlgbase.ui') diff --git a/core/settings/button/remapdlgbase.ui b/core/settings/button/remapdlgbase.ui new file mode 100644 index 0000000..1f0a243 --- a/dev/null +++ b/core/settings/button/remapdlgbase.ui @@ -0,0 +1,224 @@ + +RemapDlgBase + + QDialog + + name + RemapDlgBase + + + geometry + + 0 + 0 + 239 + 367 + + + + caption + RemapDlgBase + + + layoutMargin + + + layoutSpacing + + + + margin + 3 + + + spacing + 3 + + + QListView + + + text + Action + + + clickable + true + + + resizeable + true + + + + + text + Channel + + + clickable + true + + + resizeable + true + + + + + text + Message + + + clickable + true + + + resizeable + true + + + + name + w_list + + + allColumnsShowFocus + true + + + showSortIndicator + false + + + rootIsDecorated + true + + + + QLayoutWidget + + name + Layout1 + + + layoutSpacing + + + + margin + 0 + + + spacing + 3 + + + QComboBox + + name + w_channel + + + enabled + false + + + sizePolicy + + 3 + 0 + + + + editable + true + + + autoCompletion + true + + + duplicatesEnabled + false + + + + QLabel + + name + xxxxx + + + text + Message + + + + QComboBox + + name + w_message + + + enabled + false + + + sizePolicy + + 3 + 0 + + + + editable + true + + + autoCompletion + true + + + duplicatesEnabled + false + + + + QLabel + + name + yyyyyy + + + text + Channel + + + + + + + + + w_list + selectionChanged(QListViewItem*) + RemapDlgBase + itemChanged(QListViewItem *) + + + w_message + textChanged(const QString&) + RemapDlgBase + textChanged(const QString &) + + + w_channel + textChanged(const QString&) + RemapDlgBase + textChanged(const QString &) + + textChanged(const QString &) + itemChanged(QListViewItem *) + + -- cgit v0.9.0.2