Improve element query widget

User can now filter each field of the query
This commit is contained in:
Claveau Joshua
2020-04-05 21:48:08 +02:00
parent 035709b70f
commit 60e61a9f20
8 changed files with 248 additions and 55 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>341</width>
<height>457</height>
<height>527</height>
</rect>
</property>
<property name="windowTitle">
@@ -163,6 +163,61 @@
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="1">
<widget class="QComboBox" name="m_filter_type_cb">
<item>
<property name="text">
<string>Pas de filtre</string>
</property>
</item>
<item>
<property name="text">
<string>N'est pas vide</string>
</property>
</item>
<item>
<property name="text">
<string>Est vide</string>
</property>
</item>
<item>
<property name="text">
<string>Contient</string>
</property>
</item>
<item>
<property name="text">
<string>Ne contient pas</string>
</property>
</item>
<item>
<property name="text">
<string>Est égal à</string>
</property>
</item>
<item>
<property name="text">
<string>N'est pas égale à</string>
</property>
</item>
</widget>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="m_filter_le"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Filtre :</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="m_parametre_widget" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_3">