2018-09-25 16:05:24 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SearchAndReplaceWidget</class>
<widget class="QWidget" name="SearchAndReplaceWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2018-12-15 17:54:20 +00:00
<width>970</width>
<height>436</height>
2018-09-25 16:05:24 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2018-12-21 18:08:58 +00:00
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0,1" columnstretch="0,0,1,0,0,0,0,0,0,0,0,0,0">
<item row="0" column="1">
<widget class="QLabel" name="m_search">
<property name="text">
<string>Chercher :</string>
</property>
</widget>
</item>
2018-12-15 17:54:20 +00:00
<item row="0" column="0">
<widget class="QPushButton" name="m_quit_button">
2018-10-21 09:54:59 +00:00
<property name="toolTip">
2018-12-15 17:54:20 +00:00
<string>Quitter</string>
2018-10-21 09:54:59 +00:00
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2018-12-15 17:54:20 +00:00
<iconset resource="../../../qelectrotech.qrc">
<normaloff>:/ico/16x16/window-close.svg</normaloff>:/ico/16x16/window-close.svg</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="0" column="7">
2018-12-15 17:54:20 +00:00
<widget class="QComboBox" name="m_mode_cb">
<property name="toolTip">
<string>Mode</string>
</property>
<property name="frame">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>Texte brut</string>
</property>
</item>
<item>
<property name="text">
<string>Mots entiers</string>
</property>
</item>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="0" column="8">
2018-12-15 17:54:20 +00:00
<widget class="QCheckBox" name="m_case_sensitive_cb">
<property name="text">
<string>Sensible à la casse</string>
</property>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="1" column="1">
<widget class="QLabel" name="m_replace">
<property name="text">
<string>Remplacer :</string>
</property>
</widget>
</item>
<item row="0" column="9">
2018-09-25 16:05:24 +00:00
<widget class="QPushButton" name="m_next_pb">
<property name="toolTip">
<string>Aller à la correspondance suivante</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2018-12-15 17:54:20 +00:00
<iconset resource="../../../qelectrotech.qrc">
2018-09-27 17:40:05 +00:00
<normaloff>:/ico/16x16/go-bottom.png</normaloff>:/ico/16x16/go-bottom.png</iconset>
2018-09-25 16:05:24 +00:00
</property>
<property name="flat">
2018-12-15 17:54:20 +00:00
<bool>true</bool>
2018-09-25 16:05:24 +00:00
</property>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="0" column="10">
2018-12-15 17:54:20 +00:00
<widget class="QPushButton" name="m_previous_pb">
<property name="toolTip">
<string>Aller à la correspondance précédente</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../qelectrotech.qrc">
<normaloff>:/ico/16x16/go-top.png</normaloff>:/ico/16x16/go-top.png</iconset>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="0" column="12">
<widget class="QPushButton" name="m_advanced_pb">
2018-12-15 17:54:20 +00:00
<property name="toolTip">
2018-12-21 18:08:58 +00:00
<string><html><head/><body><p>Afficher les options avancées</p></body></html></string>
2018-12-15 17:54:20 +00:00
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../../qelectrotech.qrc">
2018-12-21 18:08:58 +00:00
<normaloff>:/ico/16x16/configure-toolbars.png</normaloff>:/ico/16x16/configure-toolbars.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
2018-12-15 17:54:20 +00:00
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="11">
2018-12-21 18:08:58 +00:00
<widget class="QPushButton" name="m_reload_pb">
2018-10-21 09:54:59 +00:00
<property name="toolTip">
2018-12-21 18:08:58 +00:00
<string>Actualiser</string>
2018-10-21 09:54:59 +00:00
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2018-12-15 17:54:20 +00:00
<iconset resource="../../../qelectrotech.qrc">
2018-12-21 18:08:58 +00:00
<normaloff>:/ico/16x16/view-refresh.png</normaloff>:/ico/16x16/view-refresh.png</iconset>
2018-10-21 09:54:59 +00:00
</property>
<property name="flat">
2018-12-15 17:54:20 +00:00
<bool>true</bool>
2018-10-21 09:54:59 +00:00
</property>
</widget>
</item>
2018-12-15 17:54:20 +00:00
<item row="1" column="2">
<widget class="QLineEdit" name="m_replace_le">
<property name="placeholderText">
<string>Champ texte de folio</string>
2018-09-29 15:58:29 +00:00
</property>
2018-12-15 17:54:20 +00:00
<property name="clearButtonEnabled">
2018-09-25 16:05:24 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2018-12-15 17:54:20 +00:00
<item row="1" column="3">
<widget class="QPushButton" name="m_folio_pb">
2018-09-25 16:05:24 +00:00
<property name="toolTip">
2018-12-15 17:54:20 +00:00
<string><html><head/><body><p>Définir les propriétés à remplacer dans les folios</p></body></html></string>
2018-09-25 16:05:24 +00:00
</property>
<property name="text">
2018-12-15 17:54:20 +00:00
<string>Folio</string>
2018-09-25 16:05:24 +00:00
</property>
</widget>
</item>
2018-12-15 17:54:20 +00:00
<item row="1" column="4">
<widget class="QPushButton" name="m_element_pb">
<property name="enabled">
<bool>true</bool>
</property>
2018-09-25 16:05:24 +00:00
<property name="toolTip">
2018-12-15 17:54:20 +00:00
<string><html><head/><body><p>Définir les propriétés à remplacer dans les éléments</p></body></html></string>
2018-09-25 16:05:24 +00:00
</property>
<property name="text">
2018-12-15 17:54:20 +00:00
<string>Élément</string>
2018-09-25 16:05:24 +00:00
</property>
2018-12-15 17:54:20 +00:00
</widget>
</item>
<item row="1" column="5">
<widget class="QPushButton" name="m_conductor_pb">
<property name="toolTip">
<string><html><head/><body><p>Définir les propriétés à remplacer dans les conducteurs</p></body></html></string>
2018-09-25 16:05:24 +00:00
</property>
2018-12-15 17:54:20 +00:00
<property name="text">
<string>Conducteur</string>
2018-09-25 16:05:24 +00:00
</property>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="1" column="9" colspan="2">
2018-10-21 09:54:59 +00:00
<widget class="QPushButton" name="m_replace_pb">
<property name="enabled">
<bool>false</bool>
</property>
2018-09-25 16:05:24 +00:00
<property name="toolTip">
2018-12-03 22:13:16 +00:00
<string><html><head/><body><p>Remplacer la correspondance sélectionnée</p></body></html></string>
2018-09-25 16:05:24 +00:00
</property>
<property name="text">
2018-10-21 09:54:59 +00:00
<string>Remplacer</string>
2018-09-25 16:05:24 +00:00
</property>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="1" column="11" colspan="2">
2018-10-21 09:54:59 +00:00
<widget class="QPushButton" name="m_replace_all_pb">
2018-10-27 13:31:52 +00:00
<property name="enabled">
<bool>false</bool>
</property>
2018-09-27 17:40:05 +00:00
<property name="toolTip">
2018-12-03 22:13:16 +00:00
<string><html><head/><body><p>Remplacer les correspondances cochées</p></body></html></string>
2018-09-27 17:40:05 +00:00
</property>
2018-09-25 16:05:24 +00:00
<property name="text">
2018-10-21 09:54:59 +00:00
<string>Tout remplacer</string>
2018-09-25 16:05:24 +00:00
</property>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="2" column="0" colspan="13">
2018-12-15 17:54:20 +00:00
<widget class="QTreeWidget" name="m_tree_widget">
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="animated">
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
2018-12-21 18:08:58 +00:00
<item row="1" column="6">
<widget class="QPushButton" name="m_advanced_replace_pb">
<property name="text">
<string>avancé</string>
</property>
</widget>
</item>
<item row="0" column="2" colspan="5">
<widget class="QLineEdit" name="m_search_le">
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
2018-09-25 16:05:24 +00:00
</layout>
</widget>
2018-12-15 17:54:20 +00:00
<resources>
<include location="../../../qelectrotech.qrc"/>
</resources>
2018-09-25 16:05:24 +00:00
<connections/>
</ui>