AnalyseMorphologique/utils/gui/pyqt/settings/settings.ui
2023-04-27 14:03:45 +02:00

92 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Settings</class>
<widget class="QMainWindow" name="Settings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>712</width>
<height>213</height>
</rect>
</property>
<property name="windowTitle">
<string>Préférences</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="discretisation_method_label">
<property name="text">
<string>Methode de discretisation</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="discretisation_method"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="raw_data_suffix_label">
<property name="text">
<string>Suffixe des fichiers de données brutes</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="raw_data_suffix"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="discrete_data_suffix_label">
<property name="text">
<string>Suffixe des fichiers de données discretisées</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="discrete_data_suffix"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="extention_label">
<property name="text">
<string>Extensions des fichiers de sorties</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="extention"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="separator_label">
<property name="text">
<string>Separateur de colone</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="separator"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="prettify_label">
<property name="text">
<string>Aligner les colones</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="prettify">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>