From 8c9e2e893540c0a405637f10ac2f656df69991a7 Mon Sep 17 00:00:00 2001 From: eilers Date: Sat, 19 Oct 2002 17:54:00 +0000 Subject: New find widget works. Settings moved into a config dialog. --- (limited to 'core/pim/addressbook/configdlg_base.ui') diff --git a/core/pim/addressbook/configdlg_base.ui b/core/pim/addressbook/configdlg_base.ui new file mode 100644 index 0000000..e082702 --- a/dev/null +++ b/core/pim/addressbook/configdlg_base.ui @@ -0,0 +1,232 @@ + +ConfigDlg_Base +Stefan Eilers + + QDialog + + name + Configuration + + + geometry + + 0 + 0 + 227 + 287 + + + + caption + MyDialog1 + + + sizeGripEnabled + true + + + + margin + 11 + + + spacing + 6 + + + QTabWidget + + name + configDlg_base + + + layoutMargin + + + QWidget + + name + Widget5 + + + title + Search + + + + margin + 5 + + + spacing + 6 + + + QButtonGroup + + name + ButtonGroup1 + + + title + Query Style + + + + margin + 11 + + + spacing + 6 + + + QRadioButton + + name + m_useRegExp + + + text + Use Regular Expressions + + + + QRadioButton + + name + m_useWildCard + + + text + Use Wildcards (*,?) + + + checked + true + + + + + + QCheckBox + + name + m_useCaseSensitive + + + text + Case Sensitive + + + + QCheckBox + + name + m_signalWrapAround + + + text + Signal Wrap Around + + + + + name + Spacer3 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + + + QLayoutWidget + + name + Layout1 + + + + margin + 0 + + + spacing + 6 + + + QPushButton + + name + buttonOk + + + text + &OK + + + autoDefault + true + + + default + true + + + + QPushButton + + name + buttonCancel + + + text + &Cancel + + + autoDefault + true + + + + + + + + + buttonOk + clicked() + Configuration + accept() + + + buttonCancel + clicked() + Configuration + reject() + + + + configDlg_base + m_useWildCard + m_useCaseSensitive + m_signalWrapAround + buttonOk + buttonCancel + + -- cgit v0.9.0.2