Skip to content
Snippets Groups Projects
MainWindow.ui 3.63 KiB
Newer Older
Djalim Simaila's avatar
Djalim Simaila committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>529</width>
    <height>567</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout">
        <item>
         <widget class="QLabel" name="input_file_label">
          <property name="text">
           <string>Chemin du fichier .obj</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="input_file_choose_btn">
          <property name="text">
           <string>Choisir le fichier</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <widget class="QPlainTextEdit" name="input_file_path"/>
      </item>
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout_2">
        <item>
         <widget class="QLabel" name="output_folder_label">
          <property name="text">
           <string>Repertoire de sortie</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="output_folder_choose_btn">
          <property name="text">
           <string>Choisir le repertoire</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <widget class="QPlainTextEdit" name="output_folder_path"/>
      </item>
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout_3">
        <item>
         <widget class="QLabel" name="output_file_prefix_label">
          <property name="text">
           <string>Préfix du fichier de sortie</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QLineEdit" name="output_file_prefix"/>
        </item>
       </layout>
      </item>
      <item alignment="Qt::AlignHCenter">
       <widget class="QLabel" name="discretisation_label">
        <property name="text">
         <string>Discretisation (en mm)</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QDoubleSpinBox" name="discretisation_value_selector">
        <property name="minimum">
         <double>0.000000000000000</double>
        </property>
        <property name="value">
         <double>1.000000000000000</double>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QProgressBar" name="analyse_progress_bar">
        <property name="value">
         <number>0</number>
        </property>
       </widget>
      </item>
      <item alignment="Qt::AlignHCenter">
       <widget class="QCheckBox" name="show_graph_checkbox">
        <property name="text">
         <string>afficher les graphes</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="start_analyse_button">
        <property name="text">
         <string>Analyser le fichier</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QLineEdit" name="status_text">
        <property name="readOnly">
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
 </widget>
 <resources/>
 <connections/>
</ui>