-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>desOptions</class>
- <widget class="QDialog" name="desOptions" >
- <property name="geometry" >
+ <widget class="QDialog" name="desOptions">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<height>645</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>Option TURNS</string>
</property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <widget class="QGroupBox" name="groupBox1" >
- <property name="minimumSize" >
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QGroupBox" name="groupBox1">
+ <property name="minimumSize">
<size>
<width>635</width>
- <height>252</height>
+ <height>200</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>16777215</width>
<height>252</height>
</size>
</property>
- <property name="title" >
+ <property name="title">
<string>Configurer une Version</string>
</property>
- <widget class="QComboBox" name="CBVersions" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>30</y>
- <width>121</width>
- <height>40</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>40</height>
- </size>
- </property>
- <property name="maximumSize" >
- <size>
- <width>121</width>
- <height>40</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="Bok" >
- <property name="geometry" >
- <rect>
- <x>500</x>
- <y>30</y>
- <width>121</width>
- <height>40</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>90</width>
- <height>40</height>
- </size>
- </property>
- <property name="maximumSize" >
- <size>
- <width>121</width>
- <height>40</height>
- </size>
- </property>
- <property name="text" >
- <string>Valider</string>
- </property>
- <property name="autoDefault" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="PBajout" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>200</y>
- <width>106</width>
- <height>43</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>101</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>Ajouter
+ <layout class="QVBoxLayout" name="verticalLayout_4">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QComboBox" name="CBVersions">
+ <property name="minimumSize">
+ <size>
+ <width>120</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>121</width>
+ <height>40</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="minimumSize">
+ <size>
+ <width>120</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>117</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="Bok">
+ <property name="minimumSize">
+ <size>
+ <width>120</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>121</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Valider</string>
+ </property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QLabel" name="textLabel1_3">
+ <property name="text">
+ <string>Fichier catalogue (chemin complet) :</string>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LERepCata">
+ <property name="minimumSize">
+ <size>
+ <width>501</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QPushButton" name="PBajout">
+ <property name="minimumSize">
+ <size>
+ <width>101</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Ajouter
Version :</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="LEVersionAjout" >
- <property name="geometry" >
- <rect>
- <x>122</x>
- <y>200</y>
- <width>154</width>
- <height>43</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>101</width>
- <height>41</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="PBSup" >
- <property name="geometry" >
- <rect>
- <x>360</x>
- <y>200</y>
- <width>106</width>
- <height>43</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>101</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>Supprimer
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LEVersionAjout">
+ <property name="minimumSize">
+ <size>
+ <width>101</width>
+ <height>41</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="PBSup">
+ <property name="minimumSize">
+ <size>
+ <width>101</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Supprimer
Version :</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="LEVersionSup" >
- <property name="geometry" >
- <rect>
- <x>470</x>
- <y>200</y>
- <width>155</width>
- <height>43</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>41</height>
- </size>
- </property>
- </widget>
- <widget class="QWidget" name="layoutWidget" >
- <property name="geometry" >
- <rect>
- <x>7</x>
- <y>100</y>
- <width>621</width>
- <height>65</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout" >
- <item>
- <widget class="QLabel" name="textLabel1_3" >
- <property name="text" >
- <string>Fichier catalogue (chemin complet) :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="LERepCata" >
- <property name="minimumSize" >
- <size>
- <width>501</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LEVersionSup">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>41</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
</item>
- <item row="1" column="0" >
- <widget class="QGroupBox" name="groupBox3" >
- <property name="minimumSize" >
+ <item row="1" column="0">
+ <widget class="QGroupBox" name="groupBox3">
+ <property name="minimumSize">
<size>
<width>548</width>
- <height>90</height>
+ <height>0</height>
</size>
</property>
- <property name="title" >
+ <property name="title">
<string>Doc</string>
</property>
- <widget class="QLabel" name="textLabel1" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>28</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>613</width>
- <height>41</height>
- </size>
- </property>
- <property name="maximumSize" >
- <size>
- <width>16777215</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>Répertoire d'accès à la documentation :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="LERepDoc" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>74</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>520</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <widget class="QLabel" name="textLabel1">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Répertoire d'accès à la documentation :</string>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LERepDoc">
+ <property name="minimumSize">
+ <size>
+ <width>520</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item row="2" column="0" >
- <widget class="QGroupBox" name="groupBox3_2" >
- <property name="minimumSize" >
+ <item row="2" column="0">
+ <widget class="QGroupBox" name="groupBox3_2">
+ <property name="minimumSize">
<size>
<width>548</width>
- <height>90</height>
+ <height>0</height>
</size>
</property>
- <property name="title" >
+ <property name="title">
<string>Espace de travail</string>
</property>
- <widget class="QLabel" name="textLabel1_4" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>28</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>613</width>
- <height>41</height>
- </size>
- </property>
- <property name="maximumSize" >
- <size>
- <width>16777215</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>Répertoire de sauvegarde par défaut :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="LESaveDir" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>74</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>520</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <widget class="QLabel" name="textLabel1_4">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Répertoire de sauvegarde par défaut :</string>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LESaveDir">
+ <property name="minimumSize">
+ <size>
+ <width>520</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item row="3" column="0" >
- <widget class="QSplitter" name="splitter_3" >
- <property name="orientation" >
+ <item row="3" column="0">
+ <widget class="QSplitter" name="splitter_3">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <widget class="QCheckBox" name="Bdefaut" >
- <property name="minimumSize" >
+ <widget class="QCheckBox" name="Bdefaut">
+ <property name="minimumSize">
<size>
<width>340</width>
<height>41</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>16777215</width>
<height>41</height>
</size>
</property>
- <property name="font" >
+ <property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
- <property name="text" >
+ <property name="text">
<string>Réinitialiser avec les valeurs par defaut</string>
</property>
</widget>
- <widget class="QPushButton" name="PBQuit" >
- <property name="minimumSize" >
+ <widget class="QPushButton" name="PBQuit">
+ <property name="minimumSize">
<size>
<width>151</width>
<height>31</height>
</size>
</property>
- <property name="text" >
+ <property name="text">
<string>Quitter</string>
</property>
</widget>
</item>
</layout>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>desOptions</class>
- <widget class="QDialog" name="desOptions" >
- <property name="geometry" >
+ <widget class="QDialog" name="desOptions">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<height>794</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="windowTitle">
<string>Option TURNS</string>
</property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <widget class="QGroupBox" name="groupBox1" >
- <property name="minimumSize" >
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QGroupBox" name="groupBox1">
+ <property name="minimumSize">
<size>
<width>635</width>
- <height>252</height>
+ <height>200</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>16777215</width>
<height>252</height>
</size>
</property>
- <property name="title" >
+ <property name="title">
<string>Configurer une Version</string>
</property>
- <widget class="QComboBox" name="CBVersions" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>30</y>
- <width>121</width>
- <height>40</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>40</height>
- </size>
- </property>
- <property name="maximumSize" >
- <size>
- <width>121</width>
- <height>40</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="Bok" >
- <property name="geometry" >
- <rect>
- <x>500</x>
- <y>30</y>
- <width>121</width>
- <height>40</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>90</width>
- <height>40</height>
- </size>
- </property>
- <property name="maximumSize" >
- <size>
- <width>121</width>
- <height>40</height>
- </size>
- </property>
- <property name="text" >
- <string>Valider</string>
- </property>
- <property name="autoDefault" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="PBajout" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>200</y>
- <width>106</width>
- <height>43</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>101</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>Ajouter
+ <layout class="QVBoxLayout" name="verticalLayout_5">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QComboBox" name="CBVersions">
+ <property name="minimumSize">
+ <size>
+ <width>120</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>121</width>
+ <height>40</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="Bok">
+ <property name="minimumSize">
+ <size>
+ <width>120</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>121</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Valider</string>
+ </property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QLabel" name="textLabel1_3">
+ <property name="text">
+ <string>Fichier catalogue (chemin complet) :</string>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LERepCata">
+ <property name="minimumSize">
+ <size>
+ <width>501</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QPushButton" name="PBajout">
+ <property name="minimumSize">
+ <size>
+ <width>101</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Ajouter
Version :</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="LEVersionAjout" >
- <property name="geometry" >
- <rect>
- <x>122</x>
- <y>200</y>
- <width>154</width>
- <height>43</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>101</width>
- <height>41</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="PBSup" >
- <property name="geometry" >
- <rect>
- <x>360</x>
- <y>200</y>
- <width>106</width>
- <height>43</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>101</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>Supprimer
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LEVersionAjout">
+ <property name="minimumSize">
+ <size>
+ <width>101</width>
+ <height>41</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="PBSup">
+ <property name="minimumSize">
+ <size>
+ <width>101</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Supprimer
Version :</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="LEVersionSup" >
- <property name="geometry" >
- <rect>
- <x>470</x>
- <y>200</y>
- <width>155</width>
- <height>43</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>0</width>
- <height>41</height>
- </size>
- </property>
- </widget>
- <widget class="QWidget" name="layoutWidget" >
- <property name="geometry" >
- <rect>
- <x>7</x>
- <y>100</y>
- <width>621</width>
- <height>65</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout" >
- <item>
- <widget class="QLabel" name="textLabel1_3" >
- <property name="text" >
- <string>Fichier catalogue (chemin complet) :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="LERepCata" >
- <property name="minimumSize" >
- <size>
- <width>501</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LEVersionSup">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>41</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
</item>
- <item row="1" column="0" >
- <widget class="QGroupBox" name="groupBox2" >
- <property name="minimumSize" >
+ <item row="1" column="0">
+ <widget class="QGroupBox" name="groupBox2">
+ <property name="minimumSize">
<size>
<width>548</width>
- <height>90</height>
+ <height>0</height>
</size>
</property>
- <property name="title" >
+ <property name="title">
<string>Configurer la bibliothèque Open TURNS</string>
</property>
- <widget class="QLabel" name="textLabel1_2" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>28</y>
- <width>617</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text" >
- <string>Répertoire d'installation d'Open TURNS :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="LERepOT" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>50</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>520</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <widget class="QLabel" name="textLabel1_2">
+ <property name="text">
+ <string>Répertoire d'installation d'Open TURNS :</string>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LERepOT">
+ <property name="minimumSize">
+ <size>
+ <width>520</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item row="2" column="0" >
- <widget class="QGroupBox" name="groupBox3" >
- <property name="minimumSize" >
+ <item row="2" column="0">
+ <widget class="QGroupBox" name="groupBox3">
+ <property name="minimumSize">
<size>
<width>548</width>
- <height>90</height>
+ <height>0</height>
</size>
</property>
- <property name="title" >
+ <property name="title">
<string>Doc</string>
</property>
- <widget class="QLabel" name="textLabel1" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>28</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>613</width>
- <height>41</height>
- </size>
- </property>
- <property name="maximumSize" >
- <size>
- <width>16777215</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>Répertoire d'accès à la documentation :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="LERepDoc" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>74</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>520</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <widget class="QLabel" name="textLabel1">
+ <property name="minimumSize">
+ <size>
+ <width>613</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Répertoire d'accès à la documentation :</string>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LERepDoc">
+ <property name="minimumSize">
+ <size>
+ <width>520</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item row="3" column="0" >
- <widget class="QGroupBox" name="groupBox3_2" >
- <property name="minimumSize" >
+ <item row="3" column="0">
+ <widget class="QGroupBox" name="groupBox3_2">
+ <property name="minimumSize">
<size>
<width>548</width>
- <height>90</height>
+ <height>0</height>
</size>
</property>
- <property name="title" >
+ <property name="title">
<string>Espace de travail</string>
</property>
- <widget class="QLabel" name="textLabel1_4" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>28</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>613</width>
- <height>41</height>
- </size>
- </property>
- <property name="maximumSize" >
- <size>
- <width>16777215</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>Répertoire de sauvegarde par défaut :</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="LESaveDir" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>74</y>
- <width>617</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>520</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout_4">
+ <item>
+ <widget class="QLabel" name="textLabel1_4">
+ <property name="minimumSize">
+ <size>
+ <width>613</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Répertoire de sauvegarde par défaut :</string>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LESaveDir">
+ <property name="minimumSize">
+ <size>
+ <width>520</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item row="4" column="0" >
- <widget class="QSplitter" name="splitter_3" >
- <property name="orientation" >
+ <item row="4" column="0">
+ <widget class="QSplitter" name="splitter_3">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <widget class="QCheckBox" name="Bdefaut" >
- <property name="minimumSize" >
+ <widget class="QCheckBox" name="Bdefaut">
+ <property name="minimumSize">
<size>
<width>340</width>
<height>41</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>16777215</width>
<height>41</height>
</size>
</property>
- <property name="font" >
+ <property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
- <property name="text" >
+ <property name="text">
<string>Réinitialiser avec les valeurs par defaut</string>
</property>
</widget>
- <widget class="QPushButton" name="PBQuit" >
- <property name="minimumSize" >
+ <widget class="QPushButton" name="PBQuit">
+ <property name="minimumSize">
<size>
<width>151</width>
<height>31</height>
</size>
</property>
- <property name="text" >
+ <property name="text">
<string>Quitter</string>
</property>
</widget>
</item>
</layout>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>desPdf</class>
- <widget class="QDialog" name="desPdf" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>538</width>
- <height>142</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>desPdf</string>
- </property>
- <widget class="QLabel" name="textLabel1_2" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>10</y>
- <width>280</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text" >
- <string>Lecteur Pdf</string>
- </property>
- <property name="wordWrap" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>desPdf</class>
+ <widget class="QDialog" name="desPdf">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>538</width>
+ <height>142</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>desPdf</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QLabel" name="textLabel1_2">
+ <property name="text">
+ <string>Lecteur Pdf :</string>
+ </property>
+ <property name="wordWrap">
<bool>false</bool>
- </property>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLineEdit" name="LERepPdf">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>acroread</string>
+ </property>
</widget>
- <widget class="QPushButton" name="BCancel" >
- <property name="geometry" >
- <rect>
- <x>450</x>
- <y>90</y>
- <width>70</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string>Cancel</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="LERepPdf" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>40</y>
- <width>501</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string>acroread</string>
- </property>
- </widget>
- <widget class="QPushButton" name="Bok" >
- <property name="geometry" >
- <rect>
- <x>350</x>
- <y>90</y>
- <width>70</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
+ </item>
+ <item row="2" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="Bok">
+ <property name="text">
<string>Ok</string>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>LERepPdf</tabstop>
- <tabstop>Bok</tabstop>
- <tabstop>BCancel</tabstop>
- </tabstops>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="BCancel">
+ <property name="text">
+ <string>Cancel</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11"/>
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>LERepPdf</tabstop>
+ <tabstop>Bok</tabstop>
+ <tabstop>BCancel</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
</ui>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>DChoixCata</class>
- <widget class="QDialog" name="DChoixCata" >
- <property name="geometry" >
+ <widget class="QDialog" name="DChoixCata">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
- <width>547</width>
- <height>215</height>
+ <width>465</width>
+ <height>271</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>Choix d'une version du code Aster</string>
</property>
- <property name="sizeGripEnabled" >
+ <property name="sizeGripEnabled">
<bool>true</bool>
</property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="TLNb" >
- <property name="minimumSize" >
- <size>
- <width>30</width>
- <height>0</height>
- </size>
- </property>
- <property name="text" >
- <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0" colspan="2">
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <widget class="QLabel" name="TLNb">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">2 versions sont disponibles</span></p></body></html></string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">2 versions sont disponibles</span></p></body></html></string>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_3">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
</item>
- <item rowspan="2" row="0" column="1" >
- <widget class="QComboBox" name="CBChoixCata" >
- <property name="enabled" >
- <bool>true</bool>
- </property>
- <property name="minimumSize" >
- <size>
- <width>125</width>
- <height>41</height>
- </size>
+ <item row="1" column="1">
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
</property>
- <property name="maximumSize" >
+ <property name="sizeHint" stdset="0">
<size>
- <width>150</width>
- <height>16777215</height>
+ <width>20</width>
+ <height>45</height>
</size>
</property>
- </widget>
+ </spacer>
</item>
- <item row="1" column="0" >
- <widget class="QLabel" name="textLabel1_2" >
- <property name="minimumSize" >
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- <property name="text" >
- <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+ <item row="2" column="0" colspan="2">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QLabel" name="textLabel1_2">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large;">Veuillez choisir celle avec laquelle</span></p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large;"><span style=" font-size:large;"> vous souhaitez travailler</span></p></body></html></string>
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;">
+<tr>
+<td style="border: none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large;">Veuillez choisir celle avec laquelle</span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large;"> vous souhaitez travailler</span></p></td></tr></table></body></html></string>
+ </property>
+ <property name="scaledContents">
+ <bool>false</bool>
+ </property>
+ <property name="wordWrap">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>38</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QComboBox" name="CBChoixCata">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>125</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>150</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="3" column="0">
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
</property>
- <property name="wordWrap" >
- <bool>false</bool>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>45</height>
+ </size>
</property>
- </widget>
+ </spacer>
</item>
- <item row="2" column="0" colspan="2" >
- <widget class="QFrame" name="frame3" >
- <property name="frameShape" >
+ <item row="4" column="0" colspan="2">
+ <widget class="QFrame" name="frame3">
+ <property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
- <property name="frameShadow" >
+ <property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
- <widget class="QPushButton" name="buttonOk" >
- <property name="geometry" >
- <rect>
- <x>11</x>
- <y>13</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text" >
- <string>&OK</string>
- </property>
- <property name="shortcut" >
- <string/>
- </property>
- <property name="autoDefault" >
- <bool>true</bool>
- </property>
- <property name="default" >
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="buttonCancel" >
- <property name="geometry" >
- <rect>
- <x>437</x>
- <y>13</y>
- <width>81</width>
- <height>41</height>
- </rect>
- </property>
- <property name="minimumSize" >
- <size>
- <width>81</width>
- <height>41</height>
- </size>
- </property>
- <property name="text" >
- <string>&Cancel</string>
- </property>
- <property name="shortcut" >
- <string/>
- </property>
- <property name="autoDefault" >
- <bool>true</bool>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QPushButton" name="buttonOk">
+ <property name="minimumSize">
+ <size>
+ <width>81</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&OK</string>
+ </property>
+ <property name="shortcut">
+ <string/>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonCancel">
+ <property name="minimumSize">
+ <size>
+ <width>81</width>
+ <height>41</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>&Cancel</string>
+ </property>
+ <property name="shortcut">
+ <string/>
+ </property>
+ <property name="autoDefault">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
</layout>
- <zorder>TLNb</zorder>
- <zorder>textLabel1_2</zorder>
- <zorder>CBChoixCata</zorder>
- <zorder>frame3</zorder>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>ChoixMap</class>
- <widget class="QDialog" name="ChoixMap" >
- <property name="geometry" >
+ <widget class="QDialog" name="ChoixMap">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>788</width>
- <height>752</height>
+ <height>610</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>Dialog</string>
</property>
- <widget class="QLabel" name="label" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>370</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text" >
- <string>scheme description :</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>440</y>
- <width>83</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text" >
- <string>Doc</string>
- </property>
- </widget>
- <widget class="QPushButton" name="PBIconeMap" >
- <property name="geometry" >
- <rect>
- <x>10</x>
- <y>30</y>
- <width>83</width>
- <height>91</height>
- </rect>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>../../../map.ppm</normaloff>../../../map.ppm</iconset>
- </property>
- <property name="iconSize" >
- <size>
- <width>160</width>
- <height>160</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_3" >
- <property name="geometry" >
- <rect>
- <x>670</x>
- <y>30</y>
- <width>81</width>
- <height>101</height>
- </rect>
- </property>
- <property name="text" >
- <string/>
- </property>
- <property name="icon" >
- <iconset>
- <normaloff>image120.png</normaloff>image120.png</iconset>
- </property>
- <property name="iconSize" >
- <size>
- <width>160</width>
- <height>160</height>
- </size>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBoxScheme" >
- <property name="geometry" >
- <rect>
- <x>390</x>
- <y>20</y>
- <width>261</width>
- <height>331</height>
- </rect>
- </property>
- <property name="title" >
- <string>Scheme</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBoxModule" >
- <property name="geometry" >
- <rect>
- <x>110</x>
- <y>20</y>
- <width>261</width>
- <height>331</height>
- </rect>
- </property>
- <property name="title" >
- <string>Modules</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout" >
- <item>
- <widget class="QRadioButton" name="RBM1" >
- <property name="text" >
- <string>oxides</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM2" >
- <property name="text" >
- <string>scc</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM3" >
- <property name="text" >
- <string>concrete</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM4" >
- <property name="text" >
- <string>polycristals</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM5" >
- <property name="text" >
- <string>polymers</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM6" >
- <property name="text" >
- <string>micro</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM7" >
- <property name="text" >
- <string>seal</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM8" >
- <property name="text" >
- <string>mox</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM9" >
- <property name="text" >
- <string>nano</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM10" >
- <property name="text" >
- <string>insulator</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RBM11" >
- <property name="text" >
- <string>images</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QLabel" name="labelScheme" >
- <property name="geometry" >
- <rect>
- <x>160</x>
- <y>380</y>
- <width>551</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <widget class="QPushButton" name="PBIconeMap">
+ <property name="minimumSize">
+ <size>
+ <width>81</width>
+ <height>91</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="icon">
+ <iconset>
+ <normaloff>../../../map.ppm</normaloff>../../../map.ppm</iconset>
+ </property>
+ <property name="iconSize">
+ <size>
+ <width>160</width>
+ <height>160</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>264</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBoxModule">
+ <property name="title">
+ <string>Modules</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QRadioButton" name="RBM1">
+ <property name="text">
+ <string>oxides</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM2">
+ <property name="text">
+ <string>scc</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM3">
+ <property name="text">
+ <string>concrete</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM4">
+ <property name="text">
+ <string>polycristals</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM5">
+ <property name="text">
+ <string>polymers</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM6">
+ <property name="text">
+ <string>micro</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM7">
+ <property name="text">
+ <string>seal</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM8">
+ <property name="text">
+ <string>mox</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM9">
+ <property name="text">
+ <string>nano</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM10">
+ <property name="text">
+ <string>insulator</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RBM11">
+ <property name="text">
+ <string>images</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBoxScheme">
+ <property name="title">
+ <string>Scheme</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <widget class="QPushButton" name="pushButton_3">
+ <property name="minimumSize">
+ <size>
+ <width>81</width>
+ <height>101</height>
+ </size>
+ </property>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="icon">
+ <iconset>
+ <normaloff>image120.png</normaloff>image120.png</iconset>
+ </property>
+ <property name="iconSize">
+ <size>
+ <width>160</width>
+ <height>160</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>17</width>
+ <height>278</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>scheme description :</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="labelScheme">
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="2" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QPushButton" name="pushButton">
+ <property name="text">
+ <string>Doc</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ <zorder>PBIconeMap</zorder>
+ <zorder>pushButton_3</zorder>
+ <zorder>groupBoxScheme</zorder>
+ <zorder>groupBoxModule</zorder>
+ <zorder>verticalSpacer</zorder>
+ <zorder>verticalSpacer_2</zorder>
</widget>
<resources/>
<connections/>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>DError</class>
- <widget class="QWidget" name="DError" >
- <property name="geometry" >
+ <widget class="QWidget" name="DError">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<height>480</height>
</rect>
</property>
- <property name="minimumSize" >
+ <property name="minimumSize">
<size>
<width>350</width>
<height>0</height>
</size>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>DInactif</string>
</property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <widget class="QTextBrowser" name="textBrowser" >
- <property name="html" >
- <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QTextBrowser" name="textBrowser">
+ <property name="minimumSize">
+ <size>
+ <width>130</width>
+ <height>120</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="sizeIncrement">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="autoFormatting">
+ <set>QTextEdit::AutoNone</set>
+ </property>
+ <property name="tabChangesFocus">
+ <bool>false</bool>
+ </property>
+ <property name="html">
+ <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
-<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
-<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt; font-weight:600;"></p>
-<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt; font-weight:600;"></p>
-<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt; font-weight:600;"></p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt; font-weight:600;">Le noeud selectionné</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt; font-weight:600;">ne correspond pas</p>
-<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt; font-weight:600;">à un noeud actif</p></body></html></string>
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;">
+<tr>
+<td style="border: none;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Le noeud selectionné</span></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">ne correspond pas</span></p>
+<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">à un noeud actif</span></p></td></tr></table></body></html></string>
</property>
</widget>
</item>
- <item row="1" column="0" >
- <layout class="QHBoxLayout" >
+ <item row="1" column="0">
+ <layout class="QHBoxLayout">
<item>
- <spacer name="spacer1_2" >
- <property name="orientation" >
+ <spacer name="spacer1_2">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeType" >
+ <property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>171</width>
<height>20</height>
</spacer>
</item>
<item>
- <widget class="QPushButton" name="bSup" >
- <property name="toolTip" >
+ <widget class="QPushButton" name="bSup">
+ <property name="toolTip">
<string>suppression du mot clef</string>
</property>
- <property name="text" >
+ <property name="text">
<string>&Supprimer</string>
</property>
- <property name="shortcut" >
+ <property name="shortcut">
<string>Alt+S</string>
</property>
- <property name="autoDefault" >
+ <property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
<item>
- <spacer name="spacer1" >
- <property name="orientation" >
+ <spacer name="spacer1">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeType" >
+ <property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>171</width>
<height>20</height>
</item>
</layout>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>DPlusBase</class>
- <widget class="QWidget" name="DPlusBase" >
- <property name="geometry" >
+ <widget class="QWidget" name="DPlusBase">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<height>728</height>
</rect>
</property>
- <property name="minimumSize" >
+ <property name="minimumSize">
<size>
<width>350</width>
<height>0</height>
</size>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>DUnIn</string>
</property>
- <layout class="QGridLayout" name="gridLayout_4" >
- <item row="0" column="0" >
- <widget class="QTabWidget" name="tabuniqueinto" >
- <widget class="QWidget" name="Widget8" >
- <attribute name="title" >
+ <layout class="QGridLayout" name="gridLayout_4">
+ <item row="0" column="0">
+ <widget class="QTabWidget" name="tabuniqueinto">
+ <widget class="QWidget" name="Widget8">
+ <attribute name="title">
<string>Saisir Valeur</string>
</attribute>
- <layout class="QGridLayout" name="gridLayout_2" >
- <item rowspan="7" row="0" column="0" >
- <layout class="QVBoxLayout" name="verticalLayout_2" >
+ <layout class="QGridLayout" name="gridLayout_2">
+ <item row="0" column="0" rowspan="7">
+ <layout class="QVBoxLayout" name="verticalLayout_2">
<item>
- <widget class="QLabel" name="textLabel1" >
- <property name="text" >
- <string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
+ <widget class="QLabel" name="textLabel1">
+ <property name="text">
+ <string><u><font size="+1">Valeur(s) actuelle(s)</font></u></string>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
- <widget class="QListWidget" name="LBValeurs" >
- <property name="minimumSize" >
+ <widget class="QListWidget" name="LBValeurs">
+ <property name="minimumSize">
<size>
- <width>200</width>
+ <width>0</width>
<height>0</height>
</size>
</property>
</item>
</layout>
</item>
- <item row="0" column="1" >
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" colspan="3" >
- <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item row="0" column="1">
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0" colspan="3">
+ <layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <widget class="QLabel" name="textLabel1_2" >
- <property name="minimumSize" >
+ <widget class="QLabel" name="textLabel1_2">
+ <property name="minimumSize">
<size>
<width>61</width>
<height>21</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>61</width>
<height>21</height>
</size>
</property>
- <property name="text" >
- <string><font size="+1">Valeur</font></string>
+ <property name="text">
+ <string><font size="+1">Valeur</font></string>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
- <spacer name="spacer6" >
- <property name="orientation" >
+ <spacer name="spacer6">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeType" >
+ <property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>168</width>
<height>18</height>
</item>
</layout>
</item>
- <item row="1" column="0" >
- <widget class="QToolButton" name="BAjout1Val" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <item row="1" column="0">
+ <widget class="QToolButton" name="BAjout1Val">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize" >
+ <property name="minimumSize">
<size>
<width>40</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
</property>
- <property name="text" >
+ <property name="text">
<string/>
</property>
- <property name="icon" >
+ <property name="icon">
<iconset>
<normaloff>../Editeur/icons/arrow_left.png</normaloff>../Editeur/icons/arrow_left.png</iconset>
</property>
</widget>
</item>
- <item row="1" column="1" colspan="2" >
- <widget class="QLineEdit" name="LEValeur" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
+ <item row="1" column="1" colspan="2">
+ <widget class="QLineEdit" name="LEValeur">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize" >
+ <property name="minimumSize">
<size>
<width>220</width>
<height>30</height>
</property>
</widget>
</item>
- <item row="2" column="0" >
- <widget class="QToolButton" name="BSup1Val" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <item row="2" column="0">
+ <widget class="QToolButton" name="BSup1Val">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize" >
+ <property name="minimumSize">
<size>
<width>40</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>enleve l occurence selectionnee</string>
</property>
- <property name="text" >
+ <property name="text">
<string/>
</property>
- <property name="icon" >
+ <property name="icon">
<iconset>
<normaloff>../Editeur/icons/arrow_right.png</normaloff>../Editeur/icons/arrow_right.png</iconset>
</property>
</widget>
</item>
- <item row="2" column="1" >
- <widget class="QToolButton" name="BSalome" >
- <property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <item row="2" column="1">
+ <widget class="QToolButton" name="BSalome">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize" >
+ <property name="minimumSize">
<size>
<width>40</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>ajoute la valeur saisie sous l occurence selectionnée (en fin de liste si il n y a pas de selection)</string>
</property>
- <property name="text" >
+ <property name="text">
<string/>
</property>
- <property name="icon" >
+ <property name="icon">
<iconset>
<normaloff>image240.png</normaloff>image240.png</iconset>
</property>
</widget>
</item>
- <item row="2" column="2" >
- <widget class="QPushButton" name="BView2D" >
- <property name="minimumSize" >
+ <item row="2" column="2">
+ <widget class="QPushButton" name="BView2D">
+ <property name="minimumSize">
<size>
- <width>120</width>
+ <width>0</width>
<height>30</height>
</size>
</property>
- <property name="text" >
+ <property name="text">
<string>Visualiser</string>
</property>
</widget>
</item>
</layout>
</item>
- <item row="1" column="1" >
- <spacer name="verticalSpacer" >
- <property name="orientation" >
+ <item row="1" column="1">
+ <spacer name="verticalSpacer">
+ <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>158</height>
</property>
</spacer>
</item>
- <item row="2" column="1" >
- <layout class="QHBoxLayout" name="horizontalLayout_2" >
+ <item row="2" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
- <spacer name="spacer5" >
- <property name="orientation" >
+ <spacer name="spacer5">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeType" >
+ <property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>150</width>
<height>20</height>
</spacer>
</item>
<item>
- <layout class="QVBoxLayout" name="verticalLayout" >
+ <layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QPushButton" name="bParam" >
- <property name="minimumSize" >
+ <widget class="QPushButton" name="bParam">
+ <property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>suppression du mot clef</string>
</property>
- <property name="text" >
+ <property name="text">
<string>&Parametres</string>
</property>
- <property name="shortcut" >
+ <property name="shortcut">
<string>Alt+P</string>
</property>
- <property name="autoDefault" >
+ <property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="bImport" >
- <property name="minimumSize" >
+ <widget class="QPushButton" name="bImport">
+ <property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>suppression du mot clef</string>
</property>
- <property name="text" >
+ <property name="text">
<string>&Importer</string>
</property>
- <property name="shortcut" >
+ <property name="shortcut">
<string>Alt+I</string>
</property>
- <property name="autoDefault" >
+ <property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
- <item row="3" column="1" >
- <spacer name="spacer3_3" >
- <property name="orientation" >
+ <item row="3" column="1">
+ <spacer name="spacer3_3">
+ <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
- <property name="sizeType" >
+ <property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>289</width>
<height>100</height>
</property>
</spacer>
</item>
- <item row="4" column="1" >
- <widget class="QLabel" name="Commentaire" >
- <property name="minimumSize" >
+ <item row="4" column="1">
+ <widget class="QLabel" name="Commentaire">
+ <property name="minimumSize">
<size>
<width>298</width>
<height>61</height>
</size>
</property>
- <property name="text" >
+ <property name="text">
<string/>
</property>
</widget>
</item>
- <item row="5" column="1" >
- <spacer name="spacer3_2" >
- <property name="orientation" >
+ <item row="5" column="1">
+ <spacer name="spacer3_2">
+ <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
- <property name="sizeType" >
+ <property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>265</width>
<height>48</height>
</property>
</spacer>
</item>
- <item row="6" column="1" >
- <layout class="QHBoxLayout" name="horizontalLayout_3" >
+ <item row="6" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
- <spacer name="horizontalSpacer_2" >
- <property name="orientation" >
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>118</width>
<height>27</height>
</spacer>
</item>
<item>
- <widget class="QPushButton" name="bOk" >
- <property name="minimumSize" >
+ <widget class="QPushButton" name="bOk">
+ <property name="minimumSize">
<size>
<width>160</width>
<height>30</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>160</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>validation de la saisie</string>
</property>
- <property name="text" >
+ <property name="text">
<string>&Valider</string>
</property>
- <property name="shortcut" >
+ <property name="shortcut">
<string>Shift+A, Alt+A, Alt+A, Alt+A</string>
</property>
- <property name="autoDefault" >
+ <property name="autoDefault">
<bool>true</bool>
</property>
- <property name="default" >
+ <property name="default">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>LEValeur</tabstop>
<tabstop>tabuniqueinto</tabstop>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>DSelVal</class>
- <widget class="QWidget" name="DSelVal" >
- <property name="geometry" >
+ <widget class="QWidget" name="DSelVal">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
- <width>469</width>
- <height>624</height>
+ <width>468</width>
+ <height>610</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>Sélection de valeurs</string>
</property>
- <widget class="QTextEdit" name="TBtext" >
- <property name="geometry" >
- <rect>
- <x>9</x>
- <y>9</y>
- <width>451</width>
- <height>476</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="BImportSel" >
- <property name="geometry" >
- <rect>
- <x>220</x>
- <y>520</y>
- <width>208</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text" >
- <string>Ajouter Selection</string>
- </property>
- </widget>
- <widget class="QPushButton" name="BImportTout" >
- <property name="geometry" >
- <rect>
- <x>220</x>
- <y>560</y>
- <width>208</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text" >
- <string>Importer Tout</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="BGSeparateur" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>500</y>
- <width>188</width>
- <height>103</height>
- </rect>
- </property>
- <property name="title" >
- <string>Separateur</string>
- </property>
- <widget class="QRadioButton" name="Bespace" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>20</y>
- <width>148</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text" >
- <string>espace</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QRadioButton" name="Bvirgule" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>40</y>
- <width>148</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text" >
- <string>virgule</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="BpointVirgule" >
- <property name="geometry" >
- <rect>
- <x>20</x>
- <y>60</y>
- <width>148</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text" >
- <string>point-virgule</string>
- </property>
- </widget>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <widget class="QTextEdit" name="TBtext">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>400</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>73</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QGroupBox" name="BGSeparateur">
+ <property name="title">
+ <string>Separateur</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QRadioButton" name="Bespace">
+ <property name="text">
+ <string>espace</string>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="Bvirgule">
+ <property name="text">
+ <string>virgule</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="BpointVirgule">
+ <property name="text">
+ <string>point-virgule</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>17</width>
+ <height>13</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="BImportSel">
+ <property name="text">
+ <string>Ajouter Selection</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="BImportTout">
+ <property name="text">
+ <string>Importer Tout</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>DUnASSD</class>
- <widget class="QWidget" name="DUnASSD" >
- <property name="geometry" >
+ <widget class="QWidget" name="DUnASSD">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<height>480</height>
</rect>
</property>
- <property name="minimumSize" >
+ <property name="minimumSize">
<size>
- <width>350</width>
+ <width>0</width>
<height>0</height>
</size>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>DUnIn</string>
</property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QTabWidget" name="tabuniqueinto" >
- <widget class="QWidget" name="Widget8" >
- <attribute name="title" >
+ <layout class="QGridLayout">
+ <item row="0" column="0">
+ <widget class="QTabWidget" name="tabuniqueinto">
+ <widget class="QWidget" name="Widget8">
+ <attribute name="title">
<string>Saisir Valeur</string>
</attribute>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <widget class="QLabel" name="textLabel2" >
- <property name="minimumSize" >
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="textLabel2">
+ <property name="minimumSize">
<size>
<width>436</width>
<height>50</height>
</size>
</property>
- <property name="text" >
- <string><font size="+1"><p align="center">Structures de données du type
-requis par l'objet courant :</p></font></string>
+ <property name="text">
+ <string><font size="+1"><p align="center">Structures de données du type
+requis par l'objet courant :</p></font></string>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
- <item row="1" column="0" >
- <widget class="QListWidget" name="listBoxASSD" />
+ <item row="1" column="0">
+ <widget class="QListWidget" name="listBoxASSD"/>
</item>
- <item row="2" column="0" >
- <widget class="QLabel" name="Commentaire" >
- <property name="minimumSize" >
+ <item row="2" column="0">
+ <widget class="QLabel" name="Commentaire">
+ <property name="minimumSize">
<size>
<width>380</width>
<height>30</height>
</size>
</property>
- <property name="text" >
+ <property name="text">
<string/>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
- <item row="3" column="0" >
- <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item row="3" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <spacer name="horizontalSpacer" >
- <property name="orientation" >
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>138</width>
<height>20</height>
</spacer>
</item>
<item>
- <widget class="QPushButton" name="bOk" >
- <property name="minimumSize" >
+ <widget class="QPushButton" name="bOk">
+ <property name="minimumSize">
<size>
<width>160</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>validation de la saisie</string>
</property>
- <property name="text" >
+ <property name="text">
<string>&Valider</string>
</property>
- <property name="shortcut" >
+ <property name="shortcut">
<string>Shift+A, Alt+A, Alt+A, Alt+A</string>
</property>
- <property name="autoDefault" >
+ <property name="autoDefault">
<bool>true</bool>
</property>
- <property name="default" >
+ <property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item>
- <spacer name="horizontalSpacer_2" >
- <property name="orientation" >
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>138</width>
<height>20</height>
</item>
</layout>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
<height>480</height>
</rect>
</property>
- <property name="minimumSize">
- <size>
- <width>350</width>
- <height>0</height>
- </size>
- </property>
<property name="windowTitle">
<string>DUnIn</string>
</property>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>DUnComp</class>
- <widget class="QWidget" name="DUnComp" >
- <property name="geometry" >
+ <widget class="QWidget" name="DUnComp">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<height>529</height>
</rect>
</property>
- <property name="minimumSize" >
- <size>
- <width>350</width>
- <height>0</height>
- </size>
- </property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>DUnComp</string>
</property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QTabWidget" name="tabuniqueinto" >
- <widget class="QWidget" name="Widget8" >
- <attribute name="title" >
+ <layout class="QGridLayout">
+ <item row="0" column="0">
+ <widget class="QTabWidget" name="tabuniqueinto">
+ <widget class="QWidget" name="Widget8">
+ <attribute name="title">
<string>Saisir Valeur</string>
</attribute>
- <layout class="QGridLayout" name="gridLayout_2" >
- <item row="0" column="0" >
- <layout class="QVBoxLayout" name="verticalLayout_2" >
+ <layout class="QGridLayout" name="gridLayout_2">
+ <item row="0" column="0">
+ <layout class="QVBoxLayout" name="verticalLayout_2">
<item>
- <widget class="QLabel" name="textLabel1" >
- <property name="text" >
- <string><font size="+2">Complexe de la forme : a+bj</font></string>
+ <widget class="QLabel" name="textLabel1">
+ <property name="text">
+ <string><font size="+2">Complexe de la forme : a+bj</font></string>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
- <widget class="QLineEdit" name="LEcomp" >
- <property name="minimumSize" >
+ <widget class="QLineEdit" name="LEcomp">
+ <property name="minimumSize">
<size>
<width>390</width>
<height>40</height>
</item>
</layout>
</item>
- <item row="1" column="0" >
- <layout class="QVBoxLayout" name="verticalLayout_3" >
+ <item row="1" column="0">
+ <layout class="QVBoxLayout" name="verticalLayout_3">
<item>
- <spacer name="verticalSpacer_2" >
- <property name="orientation" >
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</spacer>
</item>
<item>
- <widget class="QGroupBox" name="groupBox" >
- <property name="title" >
+ <widget class="QGroupBox" name="groupBox">
+ <property name="title">
<string>Ou</string>
</property>
- <layout class="QGridLayout" name="gridLayout" >
- <item row="0" column="0" >
- <widget class="QRadioButton" name="RBRI" >
- <property name="text" >
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QRadioButton" name="RBRI">
+ <property name="text">
<string>RI : Réel Imaginaire</string>
</property>
</widget>
</item>
- <item row="1" column="0" >
- <widget class="QRadioButton" name="RBMP" >
- <property name="text" >
+ <item row="1" column="0">
+ <widget class="QRadioButton" name="RBMP">
+ <property name="text">
<string>MP : Module Phase</string>
</property>
</widget>
</item>
</layout>
</item>
- <item row="2" column="0" >
- <layout class="QHBoxLayout" name="horizontalLayout_2" >
+ <item row="2" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
- <widget class="QLineEdit" name="LEReel" >
- <property name="minimumSize" >
+ <widget class="QLineEdit" name="LEReel">
+ <property name="minimumSize">
<size>
<width>190</width>
<height>40</height>
</widget>
</item>
<item>
- <widget class="QLineEdit" name="LEImag" >
- <property name="minimumSize" >
+ <widget class="QLineEdit" name="LEImag">
+ <property name="minimumSize">
<size>
<width>190</width>
<height>40</height>
</item>
</layout>
</item>
- <item row="3" column="0" >
- <layout class="QVBoxLayout" name="verticalLayout" >
+ <item row="3" column="0">
+ <layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QLabel" name="Commentaire" >
- <property name="text" >
- <string><font size="+2">Un complexe est attendu</font></string>
+ <widget class="QLabel" name="Commentaire">
+ <property name="text">
+ <string><font size="+2">Un complexe est attendu</font></string>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
- <spacer name="verticalSpacer" >
- <property name="orientation" >
+ <spacer name="verticalSpacer">
+ <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</spacer>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout" >
+ <layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <spacer name="horizontalSpacer_2" >
- <property name="orientation" >
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</spacer>
</item>
<item>
- <widget class="QPushButton" name="bOk" >
- <property name="minimumSize" >
+ <widget class="QPushButton" name="bOk">
+ <property name="minimumSize">
<size>
<width>160</width>
<height>30</height>
</size>
</property>
- <property name="maximumSize" >
+ <property name="maximumSize">
<size>
<width>160</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>validation de la saisie</string>
</property>
- <property name="text" >
+ <property name="text">
<string>&Valider</string>
</property>
- <property name="shortcut" >
+ <property name="shortcut">
<string>Shift+A, Alt+A, Alt+A, Alt+A</string>
</property>
- <property name="autoDefault" >
+ <property name="autoDefault">
<bool>true</bool>
</property>
- <property name="default" >
+ <property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item>
- <spacer name="horizontalSpacer" >
- <property name="orientation" >
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" stdset="0" >
+ <property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</item>
</layout>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<tabstops>
<tabstop>LEcomp</tabstop>
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>DUnSDCOInto</class>
- <widget class="QWidget" name="DUnSDCOInto" >
- <property name="geometry" >
+ <widget class="QWidget" name="DUnSDCOInto">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<height>480</height>
</rect>
</property>
- <property name="minimumSize" >
+ <property name="minimumSize">
<size>
- <width>350</width>
+ <width>0</width>
<height>0</height>
</size>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>DUnIn</string>
</property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QTabWidget" name="tabuniqueinto" >
- <widget class="QWidget" name="Widget8" >
- <attribute name="title" >
+ <layout class="QGridLayout">
+ <item row="0" column="0">
+ <widget class="QTabWidget" name="tabuniqueinto">
+ <widget class="QWidget" name="Widget8">
+ <attribute name="title">
<string>Saisir Valeur</string>
</attribute>
- <layout class="QGridLayout" >
- <item row="0" column="0" colspan="3" >
- <widget class="QLabel" name="textLabel2" >
- <property name="text" >
- <string><font size="+1"><u>Structures de données du type requis par l'objet courant </u></font></string>
+ <layout class="QGridLayout">
+ <item row="0" column="0" colspan="3">
+ <widget class="QLabel" name="textLabel2">
+ <property name="text">
+ <string><font size="+1"><u>Structures de données du type requis par l'objet courant </u></font></string>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
- <item row="1" column="0" colspan="3" >
- <widget class="QListWidget" name="LBSDCO" />
+ <item row="1" column="0" colspan="3">
+ <widget class="QListWidget" name="LBSDCO"/>
</item>
- <item row="5" column="0" colspan="3" >
- <widget class="QLabel" name="textLabel2_3" >
- <property name="text" >
- <string><font size="+1">Un objet de type CO est attendu</font></string>
+ <item row="5" column="0" colspan="3">
+ <widget class="QLabel" name="textLabel2_3">
+ <property name="text">
+ <string><font size="+1">Un objet de type CO est attendu</font></string>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
- <item row="4" column="0" colspan="3" >
- <widget class="QLabel" name="Commentaire" >
- <property name="minimumSize" >
+ <item row="4" column="0" colspan="3">
+ <widget class="QLabel" name="Commentaire">
+ <property name="minimumSize">
<size>
<width>420</width>
<height>30</height>
</size>
</property>
- <property name="text" >
+ <property name="text">
<string/>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
- <item row="2" column="0" colspan="3" >
- <layout class="QGridLayout" />
+ <item row="2" column="0" colspan="3">
+ <layout class="QGridLayout"/>
</item>
- <item row="3" column="0" colspan="3" >
- <layout class="QHBoxLayout" >
+ <item row="3" column="0" colspan="3">
+ <layout class="QHBoxLayout">
<item>
- <widget class="QFrame" name="frame3" >
- <property name="minimumSize" >
+ <widget class="QFrame" name="frame3">
+ <property name="minimumSize">
<size>
<width>190</width>
<height>50</height>
</size>
</property>
- <property name="frameShape" >
+ <property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
- <property name="frameShadow" >
+ <property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
- <widget class="QLabel" name="textLabel2_2" >
- <property name="geometry" >
+ <widget class="QLabel" name="textLabel2_2">
+ <property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<height>30</height>
</rect>
</property>
- <property name="text" >
- <string><font size="+1"> Nom concept : </font></string>
+ <property name="text">
+ <string><font size="+1"> Nom concept : </font></string>
</property>
- <property name="wordWrap" >
+ <property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</widget>
</item>
<item>
- <widget class="QLineEdit" name="LESDCO" >
- <property name="minimumSize" >
+ <widget class="QLineEdit" name="LESDCO">
+ <property name="minimumSize">
<size>
<width>220</width>
<height>40</height>
</item>
</layout>
</item>
- <item row="6" column="1" >
- <widget class="QPushButton" name="bOk" >
- <property name="minimumSize" >
+ <item row="6" column="1">
+ <widget class="QPushButton" name="bOk">
+ <property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
- <property name="toolTip" >
+ <property name="toolTip">
<string>validation de la saisie</string>
</property>
- <property name="text" >
+ <property name="text">
<string>&Valider</string>
</property>
- <property name="shortcut" >
+ <property name="shortcut">
<string>Shift+A, Alt+A, Alt+A, Alt+A</string>
</property>
- <property name="autoDefault" >
+ <property name="autoDefault">
<bool>true</bool>
</property>
- <property name="default" >
+ <property name="default">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<tabstops>
<tabstop>LESDCO</tabstop>