diff options
author | Ken Moore <ken@pcbsd.org> | 2015-04-27 15:07:28 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-04-27 15:07:28 -0400 |
commit | d590979dba8ee6f23d91b1c0b1b8e092c4e68454 (patch) | |
tree | 6e6807820f2394764615e7788ee68d82baa75f91 /lumina-search/ConfigUI.ui | |
parent | Setup the lumina-desktop to use the new favorites system: (diff) | |
parent | Add two new keybard shortcuts to the default Fluxbox setting: (diff) | |
download | lumina-d590979dba8ee6f23d91b1c0b1b8e092c4e68454.tar.gz lumina-d590979dba8ee6f23d91b1c0b1b8e092c4e68454.tar.bz2 lumina-d590979dba8ee6f23d91b1c0b1b8e092c4e68454.zip |
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'lumina-search/ConfigUI.ui')
-rw-r--r-- | lumina-search/ConfigUI.ui | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/lumina-search/ConfigUI.ui b/lumina-search/ConfigUI.ui index 95d3a4ad..6a3060e0 100644 --- a/lumina-search/ConfigUI.ui +++ b/lumina-search/ConfigUI.ui @@ -112,11 +112,38 @@ </widget> </item> <item row="3" column="0" colspan="2"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QCheckBox" name="check_setDefaults"> + <property name="text"> + <string>Save as Defaults</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> + </property> + </widget> + </item> + </layout> </item> </layout> </widget> |