diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 10:41:52 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 10:41:52 -0500 |
| commit | 3c25117fe163f7fab7afa22ba171ea2d41112f23 (patch) | |
| tree | a2a48759382677373bb1d23c5473e85c6ec0dd0e /src/mainwindow.ui | |
| parent | d2073ef2bd62527034864fd0cacd5537aff33218 (diff) | |
three modes for separators, save state
renamed enumerators
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 92a41c67..85be22b3 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -153,6 +153,18 @@ </sizepolicy> </property> <layout class="QHBoxLayout" name="horizontalLayout_11"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>2</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> <item> <widget class="QRadioButton" name="filtersAnd"> <property name="toolTip"> @@ -177,12 +189,11 @@ </widget> </item> <item> - <widget class="QCheckBox" name="filtersSeparators"> + <widget class="QComboBox" name="filtersSeparators"> <property name="toolTip"> - <string>Include separators</string> - </property> - <property name="text"> - <string>Separators</string> + <string>Filter: only show the separators that match the current filters +Show: always show separators +Hide: never show separators</string> </property> </widget> </item> |
