diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-02-15 12:23:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-15 12:23:33 +0100 |
| commit | 5be7c9a0b543cd7e43a0352bfb719e78616e73e1 (patch) | |
| tree | b0ba6b4f6a7d337eab9d6c6dad17e94b6ccb2bdc /src/mainwindow.ui | |
| parent | e1fc0d22b6c9d7670664c68e0feb8766540bfca5 (diff) | |
| parent | f7374a8525fa163fe04c0849c933318a8d7008f7 (diff) | |
Merge pull request #228 from Al12rs/new_vfs_library
Export to csv feature changes and added clear filter button.
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 49 |
1 files changed, 45 insertions, 4 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index d9667ed7..49f313ca 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -96,6 +96,9 @@ </item>
<item>
<widget class="QPushButton" name="clickBlankButton">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Maximum">
<horstretch>0</horstretch>
@@ -485,6 +488,44 @@ p, li { white-space: pre-wrap; } </property>
</widget>
</item>
+ <item alignment="Qt::AlignLeft">
+ <widget class="QPushButton" name="clearFiltersButton">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>25</height>
+ </size>
+ </property>
+ <property name="visible">
+ <bool>false</bool>
+ </property>
+ <property name="layoutDirection">
+ <enum>Qt::RightToLeft</enum>
+ </property>
+ <property name="styleSheet">
+ <string notr="true">border:2px solid #ff0000;</string>
+ </property>
+ <property name="text">
+ <string>Clear all Filters</string>
+ </property>
+ <property name="icon">
+ <iconset resource="resources.qrc">
+ <normaloff>:/MO/gui/edit_clear</normaloff>:/MO/gui/edit_clear</iconset>
+ </property>
+ <property name="iconSize">
+ <size>
+ <width>12</width>
+ <height>12</height>
+ </size>
+ </property>
+ </widget>
+ </item>
<item>
<widget class="QComboBox" name="groupCombo">
<property name="focusPolicy">
@@ -729,12 +770,12 @@ p, li { white-space: pre-wrap; } <layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QPushButton" name="bossButton">
+ <property name="visible">
+ <bool>true</bool>
+ </property>
<property name="text">
<string>Sort</string>
- </property>
- <property name="visible">
- <bool>true</bool>
- </property>
+ </property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/MO/gui/sort</normaloff>:/MO/gui/sort</iconset>
|
