Changeset 460 for trunk/yao


Ignore:
Timestamp:
10/22/10 09:07:24 (14 years ago)
Author:
yerima
Message:

In the order modinpace and spaceintraj, delete and modifiy button are inserted in the same frame as the lisview.

Location:
trunk/yao/src/interface/src
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/yao/src/interface/src/ConnectionWindow.cpp

    r459 r460  
    11//! \file    ConnectionWindow.cpp 
    22//! \brief   Implementation of the Ctin window. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
  • trunk/yao/src/interface/src/ConstantWindow.cpp

    r459 r460  
    11//! \file    ConstantWindow.cpp 
    22//! \brief   Implementation of the Constant window for visual_YAO. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane & MAYOMBO Alexis. 
    55 
  • trunk/yao/src/interface/src/ContextWindow.cpp

    r429 r460  
    11//! \file    ContextWindow.cpp 
    22//! \brief   Implementation of the Context window for visual_YAO. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
  • trunk/yao/src/interface/src/HatNameWindow.cpp

    r459 r460  
    11//! \brief   Implementation of the HatName window for visual_YAO. 
    2 //! \version 2010/09/01 (yyyy/mm/dd) 
     2//! \version 2010/10/21 (yyyy/mm/dd) 
    33//! \author  MAYAKI Abdouramane & MAYOMBO Alexis. 
    44 
  • trunk/yao/src/interface/src/InsertFCTWindow.cpp

    r459 r460  
    11//! \file    InsertFCTWindow.cpp 
    22//! \brief   Implementation of the Defval window for visual_YAO. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
  • trunk/yao/src/interface/src/MainWindow.cpp

    r459 r460  
    244244} 
    245245 
    246 /****************************************************************************************************************/ 
     246/********************************* Implementation of the enableIAction() method ***************************************************************************/ 
    247247void MainWindow::enableIAction() { 
    248248 
     
    251251} 
    252252 
    253 /********************************* Implementation of the method Implémentation de la methode createToolBar() ****************************************/ 
     253/********************************* Implementation of the createToolBar() method ****************************************/ 
    254254void MainWindow::createToolBar() { 
    255255 
     
    272272} 
    273273 
    274 /******************************** Implementation of the method Implémentation de la methode cacherBarreOutils() ***************************************/ 
     274/******************************** Implementation of the cacherBarreOutils() method ***************************************/ 
    275275void MainWindow::cacherBarreOutils() { 
    276276 
     
    280280} 
    281281 
    282 /********************************** Implementation of the method Implementation de la methode toolBarActions() ****************************************/ 
     282/********************************** Implementation of the toolBarActions() method ****************************************/ 
    283283void MainWindow::toolBarActions(QWorkspace &espace)  
    284284{ 
     
    325325} 
    326326 
    327 /*********************************************** Implementation of the method createDefvalWindow() *************************************************/ 
     327/*********************************************** Implementation of the createDefvalWindow() method *************************************************/ 
    328328void MainWindow::createDefvalWindow()  
    329329{ 
     
    345345} 
    346346 
    347 /******************************************** Implementation of the method createHatNameWindow() ***************************************************/ 
     347/******************************************** Implementation of the createHatNameWindow() method ***************************************************/ 
    348348void MainWindow::createHatNameWindow() { 
    349349 
     
    501501         theModulTable.empty() == true ? m_ctinButton->setEnabled(false): m_ctinButton->setEnabled(true); 
    502502        m_orderButton->setEnabled(true); 
    503          theModulTable.empty() == true ? m_orderButton->setEnabled(false): m_orderButton->setEnabled(true); 
     503         //theModulTable.empty() == true ? m_orderButton->setEnabled(false): m_orderButton->setEnabled(true); 
    504504        m_insertFCTButton->setEnabled(true); 
    505505} 
     
    555555        theFunctionTable.clear();        
    556556         
     557        //To restaure all buttons original color 
    557558        for (int i=1; i<=11; i++) { 
    558559 
     
    571572                } 
    572573        } 
    573         //To restaure all button's original color 
    574574 
    575575         
     
    714714                                         
    715715                                }        
     716                                /*if (aString.getExtension() == ".op1") { 
     717                                        parent = aString.getTitle();  
     718                                        //cout << parent << endl; 
     719                                        Space espace(name, theTrajectoryTable.find(parent), theShapeVector); 
     720                                        theSpaceTable.push_back(espace); 
     721                                        theShapeVector.clear(); 
     722                                         
     723                                }*/ 
    716724                        } 
    717725                         
     
    933941                        description << "#CONNECTIONS name range[0] FROM! name range[1] range_i ( range_jkt )? -------------------------" << endl; 
    934942                                 for (Table<Connection>::iterator it = theConnectionTable.begin(); it != theConnectionTable.end(); it++) 
    935                                         description << "ctin " << it->getInModule() << " " << it->getIn() << " " << it->getOutModule() << " " << it->getOut() /*<< it->getI() */<< endl;  
     943                                        description << "ctin " << it->getInModule() << " " << it->getIn() << " from" << it->getOutModule() << " " << it->getOut() /*<< it->getI() */<< endl;  
    936944 
    937945                                        description << endl; 
  • trunk/yao/src/interface/src/ModinspaceWindow.cpp

    r442 r460  
    11//! \file    ModinspaceWindow.cpp 
    22//! \brief   Implementation of the instructions file's window for visual_YAO. 
    3 //! \version 2010/09/30 (yyyy/mm/dd) 
     3//! \version 2010/10/22 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
     
    1515 
    1616using namespace std; 
    17 //using namespace yao; 
     17using namespace yao; 
    1818 
    1919 
     
    2222 
    2323/*********************************************************************************************************************************/ 
    24 ModinspaceWindow::ModinspaceWindow(QWidget *parent) : QWidget(parent) { 
     24ModinspaceWindow::ModinspaceWindow(Table <Modul> *aModulTable, Table <Space> *aSpaceTable, Table <Operator> *anOperatorTable, QWidget *parent) : QWidget(parent) { 
    2525 
    2626        setupUi(this); 
    27  
     27         
     28        m_modulTable            = aModulTable; 
     29        m_spaceTable            = aSpaceTable; 
     30        m_operatorTable         = anOperatorTable; 
     31         
    2832        m_rightAxesButton->setIcon(QIcon("Images/icons/rightarrow2.png")); 
    2933        m_rightModulNameButton->setIcon(QIcon("Images/icons/rightarrow2.png")); 
    30 /*      m_rightButton->setIcon(QIcon("Images/icons/rightarrow2.png")); 
    31         m_instructionLeftModel = new QStandardItemModel(0, 1);//Model in one column whitch contained the possibles functions used in the process of generation of the instruction file.  
    32         m_instructionRightModel = new QStandardItemModel(0, 2);//Model in two columns whitch contained the selected functions used in the process of generation of the instruction file.  
    3334 
    34         initialisation = new QStandardItem("Fonctions d'initialisation");//Declaration of the first main line. 
     35        m_spaceOrOperaNameComboBox->insertItem(0, ""); 
     36        m_modulNameComboBox->insertItem(0, ""); 
     37         
     38        m_axesComboBox->insertItem(0, ""); 
     39        m_axesComboBox->insertItem(1, "YA1"); 
     40        m_axesComboBox->insertItem(2, "YA2"); 
     41        m_axesComboBox->insertItem(3, "YA3"); 
     42        m_axesComboBox->insertItem(4, "YB1"); 
     43        m_axesComboBox->insertItem(5, "YB2"); 
     44        m_axesComboBox->insertItem(6, "YB3"); 
    3545 
    36         m_instructionLeftModel->appendRow(initialisation);//Insertion of the first main line.  
    37         initialisation->appendRow(new QStandardItem("set_modeltime"));//Insertion of a sub-line. 
    38         initialisation->appendRow(new QStandardItem("setstate"));//Insertion of a sub-line. 
    39         initialisation->appendRow(new QStandardItem("set_scoef"));//Insertion of a sub-line. 
    40         initialisation->appendRow(new QStandardItem("set_bcoef"));//Insertion of a sub-line. 
    41         initialisation->appendRow(new QStandardItem("set_pcoef"));//Insertion of a sub-line. 
     46        //For adding operaname in the combobox 
     47        if (!m_operatorTable->empty())   
     48        for (Table<Operator>::reverse_iterator it = m_operatorTable->rbegin(); it != m_operatorTable->rend(); it++) { 
     49                   
     50                  m_spaceOrOperaNameComboBox->insertItem(1, QString(it->getName().c_str()));  
     51          } 
     52        //For adding space name in the combobox  
     53        if (!m_spaceTable->empty())      
     54        for (Table<Space>::reverse_iterator it = m_spaceTable->rbegin(); it != m_spaceTable->rend(); it++) { 
     55                   
     56                  m_spaceOrOperaNameComboBox->insertItem(1, QString(it->getName().c_str()));  
     57          } 
     58        //For adding modul names in the combobox 
     59        if (!m_modulTable->empty())      
     60        for (Table<Modul>::reverse_iterator it = m_modulTable->rbegin(); it != m_modulTable->rend(); it++) { 
     61                   
     62                  m_modulNameComboBox->insertItem(1, QString(it->getName().c_str()));  
     63          } 
    4264 
    43         minimisation = new QStandardItem("Fonctions de minimisation");//Declaration of the 2nde main line. 
     65        m_axesModel                     = new QStandardItemModel(0, 1) ; 
     66        m_modulNameModel                = new QStandardItemModel(0, 0) ; 
     67        m_outlineModel                  = new QStandardItemModel(0, 3) ; 
     68                m_outlineModel->setHorizontalHeaderLabels(QStringList() << "" << "" << "");  
    4469 
    45         m_instructionLeftModel->appendRow(minimisation); //Insertion of the main line. 
    46         minimisation->appendRow(new QStandardItem("setm_impres"));//Insertion of a sub-line. 
    47         minimisation->appendRow(new QStandardItem("setm_io"));//Insertion of a sub-line. 
    48         minimisation->appendRow(new QStandardItem("setm_mode"));//Insertion of a sub-line. 
    49         minimisation->appendRow(new QStandardItem("setm_nsim"));//Insertion of a sub-line. 
    50         minimisation->appendRow(new QStandardItem("setm_dxmin"));//Insertion of a sub-line. 
    51         minimisation->appendRow(new QStandardItem("setm_epsg"));//Insertion of a sub-line. 
    52         minimisation->appendRow(new QStandardItem("setm_ddf1"));//Insertion of a sub-line. 
    53         minimisation->appendRow(new QStandardItem("set_nbiter"));//Insertion of a sub-line. 
    54         minimisation->appendRow(new QStandardItem("setm_xinf"));//Insertion of a sub-line. 
    55         minimisation->appendRow(new QStandardItem("setm_xsup"));//Insertion of a sub-line. 
    56         minimisation->appendRow(new QStandardItem("setepsi"));//Insertion of a sub-line. 
     70        m_axesListView->setModel(m_axesModel); 
     71        m_modulNameListView->setModel(m_modulNameModel); 
     72        m_outlineTreeView1->setModel(m_outlineModel); 
    5773 
    58          
    59         input_output = new QStandardItem("Fonctions d'entrée/sortie"); 
    60  
    61                 m_instructionLeftModel->appendRow(input_output); 
    62                 input_output->appendRow(new QStandardItem("loadobs")); 
    63                 input_output->appendRow(new QStandardItem("loadstate")); 
    64                 input_output->appendRow(new QStandardItem("outoobs")); 
    65                 input_output->appendRow(new QStandardItem("outocbx")); 
    66                 input_output->appendRow(new QStandardItem("savestate")); 
    67                 input_output->appendRow(new QStandardItem("print_time")); 
    68                 input_output->appendRow(new QStandardItem("print_cost")); 
    69  
    70         test = new QStandardItem("Fonctions de test"); 
    71                 m_instructionLeftModel->appendRow(test); 
    72                 test->appendRow(new QStandardItem("testdf")); 
    73                 test->appendRow(new QStandardItem("testad")); 
    74  
    75         execution = new QStandardItem("Fonctions d'exécution"); 
    76                 m_instructionLeftModel->appendRow(execution); 
    77                 execution->appendRow(new QStandardItem("forward")); 
    78                 execution->appendRow(new QStandardItem("backward")); 
    79                 execution->appendRow(new QStandardItem("run")); 
    80                 execution->appendRow(new QStandardItem("runm")); 
    81                 execution->appendRow(new QStandardItem("runm2")); 
    82                 execution->appendRow(new QStandardItem("runim")); 
    83          
    84         user_functions = new QStandardItem("Fonction(s) de l'utilisateur."); 
    85                 m_instructionLeftModel->appendRow(user_functions); 
    86                 for (int i = 0; i< 4; i++) 
    87                 user_functions->appendRow(new QStandardItem("Par défaut")); 
    88  
    89         m_instructionLeftModel->setHorizontalHeaderLabels(QStringList() << "Fonctions proposées"); 
    90         m_instructionRightModel->setHorizontalHeaderLabels(QStringList() << "Fonctions choisies" << "ParamÚtres"); 
    91  
    92  
    93         m_proposedParametersListView->setModel(m_instructionLeftModel);  
    94         m_choosedParametersTableView->setModel(m_instructionRightModel);         
    95         m_choosedParametersTableView->resizeColumnsToContents(); 
    96         connect(m_proposedParametersListView, SIGNAL(clicked(QModelIndex )), this, SLOT(selectedFunction(QModelIndex ))); 
    97         connect(m_rightButton, SIGNAL(clicked()), this, SLOT(addInstructionRow())); 
    98         */ 
    9974} 
    10075 
  • trunk/yao/src/interface/src/ModulWindow.cpp

    r459 r460  
    11//! \file    ModulWindow.cpp 
    22//! \brief   Implementation of the Modul window for visual_YAO. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
  • trunk/yao/src/interface/src/NetwardWindow.cpp

    r459 r460  
    11//! \file    NetwardWindow.cpp 
    22//! \brief   Implementation of the Netward window for visual_YAO. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
  • trunk/yao/src/interface/src/OperaWindow.cpp

    r459 r460  
    11//! \file    OperaWindow.cpp 
    22//! \brief   Implementation of the Operator window. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55/* 
  • trunk/yao/src/interface/src/OrderWindow.cpp

    r459 r460  
    11//! \file    OrderWindow.cpp 
    22//! \brief   Implementation of the OrderWindow window for visual_YAO. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
     
    5050        //m_modinspaceRadioButton               = new QRadioButton("modinspace"); 
    5151        //m_spaceintrajRadioButton      = new QRadioButton("spaceintraj");       
    52  
    53         ModinspaceWindow *misw          = new ModinspaceWindow;  
     52        ModinspaceWindow *misw          = new ModinspaceWindow(m_modulTable, m_spaceTable, m_operatorTable);  
    5453        SpaceintrajWindow *sitw         = new SpaceintrajWindow(m_trajectoryTable, m_spaceTable, m_operatorTable); 
    5554                //sitw->show();  
  • trunk/yao/src/interface/src/SpaceWindow.cpp

    r459 r460  
    11//! \file    SpaceWindow.cpp 
    22//! \brief   Implementation of the Ctin window. 
    3 //! \version 2010/09/01 (yyyy/mm/dd) 
     3//! \version 2010/10/21 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55/* 
  • trunk/yao/src/interface/src/SpaceintrajWindow.cpp

    r459 r460  
    11//! \file    SpaceintrajWindow.cpp 
    22//! \brief   Implementation of the instructions file's window for visual_YAO. 
    3 //! \version 2010/09/30 (yyyy/mm/dd) 
     3//! \version 2010/10/22 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
     
    3333 
    3434 
    35         for (Table<Trajectory>::iterator it = m_trajectoryTable->begin(); it != m_trajectoryTable->end(); it++) { 
     35        for (Table<Trajectory>::reverse_iterator it = m_trajectoryTable->rbegin(); it != m_trajectoryTable->rend(); it++) { 
    3636                 m_trajNameComboBox->insertItem(1, QString(it->getName().c_str()));  
    3737        }     
    3838         
    39         for (Table<Space>::iterator it = m_spaceTable->begin(); it != m_spaceTable->end(); it++) { 
     39        for (Table<Space>::reverse_iterator it = m_spaceTable->rbegin(); it != m_spaceTable->rend(); it++) { 
    4040                 m_spaceNameComboButton->insertItem(1, QString(it->getName().c_str()));  
    4141        }        
     
    4545 
    4646        m_outlineModel2 = new QStandardItemModel(0, 3); 
    47                 m_outlineTreeView2->setModel(m_outlineModel2); 
     47                m_outlineModel2->setHorizontalHeaderLabels(QStringList() << "" << "" << ""); 
     48 
     49        m_outlineTreeView2->setModel(m_outlineModel2); 
    4850        /* 
    4951 
  • trunk/yao/src/interface/src/TrajectoryWindow.cpp

    r459 r460  
    22 * \file    TrajectoryWindow.cpp 
    33 * \brief   Traj class for visual_YAO. 
    4  * \version 2010/09/01 (yyyy/mm/dd) 
     4 * \version 2010/10/21 (yyyy/mm/dd) 
    55 * \author  MAYAKI Abdouramane. 
    66 */ 
  • trunk/yao/src/interface/src/include/ModinspaceWindow.hpp

    r442 r460  
    1313#include <QMessageBox>  
    1414#include "../../ui_modinspace.h" 
     15#include "../../../YAOObjects/Table.hpp" 
     16#include "../../../YAOObjects/Operator.hpp" 
     17#include "../../../YAOObjects/Modul.hpp" 
    1518 
    1619 
     
    2023 
    2124        public : 
    22                 ModinspaceWindow(QWidget *parent=0); 
     25                ModinspaceWindow(yao::Table <yao::Modul> *aModulTable, yao::Table <yao::Space> *aSpaceTable, yao::Table <yao::Operator> *anOperatorTable, QWidget *parent=0); 
    2326 
    2427        private slots: 
     
    3336 
    3437        private : 
     38                yao::Table <yao::Modul> *m_modulTable; 
     39                yao::Table <yao::Space> *m_spaceTable; 
     40                yao::Table <yao::Operator> *m_operatorTable; 
     41                 
     42                QStandardItemModel *m_axesModel; 
     43                QStandardItemModel *m_modulNameModel; 
     44                QStandardItemModel *m_outlineModel; 
    3545                /*QStandardItemModel *m_instructionLeftModel; 
    3646                QStandardItemModel *m_instructionRightModel; 
  • trunk/yao/src/interface/src/ui_/modinspace.ui

    r459 r460  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>620</width> 
     9    <width>689</width> 
    1010    <height>417</height> 
    1111   </rect> 
     
    1414   <string>Directive Order</string> 
    1515  </property> 
    16   <widget class="QFrame" name="frame"> 
     16  <widget class="QFrame" name="m_parametersFrame"> 
    1717   <property name="geometry"> 
    1818    <rect> 
    1919     <x>10</x> 
    2020     <y>50</y> 
    21      <width>321</width> 
     21     <width>391</width> 
    2222     <height>361</height> 
    2323    </rect> 
     
    4242    </property> 
    4343   </widget> 
    44    <widget class="QComboBox" name="m_axesComboButton"> 
     44   <widget class="QComboBox" name="m_axesComboBox"> 
    4545    <property name="geometry"> 
    4646     <rect> 
     
    6868    <property name="geometry"> 
    6969     <rect> 
    70       <x>20</x> 
    71       <y>190</y> 
     70      <x>30</x> 
     71      <y>180</y> 
    7272      <width>59</width> 
    7373      <height>17</height> 
     
    8282     <rect> 
    8383      <x>20</x> 
    84       <y>260</y> 
     84      <y>250</y> 
    8585      <width>91</width> 
    8686      <height>27</height> 
     
    9191    <property name="geometry"> 
    9292     <rect> 
    93       <x>130</x> 
    94       <y>260</y> 
     93      <x>120</x> 
     94      <y>250</y> 
    9595      <width>26</width> 
    9696      <height>25</height> 
     
    117117    <property name="geometry"> 
    118118     <rect> 
    119       <x>180</x> 
     119      <x>160</x> 
    120120      <y>30</y> 
    121121      <width>131</width> 
     
    145145    </layout> 
    146146   </widget> 
     147   <widget class="QWidget" name=""> 
     148    <property name="geometry"> 
     149     <rect> 
     150      <x>300</x> 
     151      <y>160</y> 
     152      <width>81</width> 
     153      <height>62</height> 
     154     </rect> 
     155    </property> 
     156    <layout class="QVBoxLayout" name="verticalLayout_2"> 
     157     <item> 
     158      <widget class="QPushButton" name="m_modinspaceModifyButton"> 
     159       <property name="text"> 
     160        <string>Modifier</string> 
     161       </property> 
     162      </widget> 
     163     </item> 
     164     <item> 
     165      <widget class="QPushButton" name="m_modinspaceDeleteButton"> 
     166       <property name="text"> 
     167        <string>Supprimer</string> 
     168       </property> 
     169      </widget> 
     170     </item> 
     171    </layout> 
     172   </widget> 
    147173  </widget> 
    148   <widget class="QFrame" name="frame_2"> 
     174  <widget class="QFrame" name="m_oulineFrame"> 
    149175   <property name="geometry"> 
    150176    <rect> 
    151      <x>340</x> 
     177     <x>410</x> 
    152178     <y>10</y> 
    153179     <width>271</width> 
  • trunk/yao/src/interface/src/ui_/orderwindow.ui

    r459 r460  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>639</width> 
    10     <height>536</height> 
     9    <width>709</width> 
     10    <height>523</height> 
    1111   </rect> 
    1212  </property> 
     
    1919     <x>10</x> 
    2020     <y>60</y> 
    21      <width>621</width> 
    22      <height>431</height> 
     21     <width>691</width> 
     22     <height>421</height> 
    2323    </rect> 
    2424   </property> 
     
    3333   <property name="geometry"> 
    3434    <rect> 
    35      <x>180</x> 
     35     <x>200</x> 
    3636     <y>20</y> 
    3737     <width>291</width> 
     
    5252   </layout> 
    5353  </widget> 
    54   <widget class="QWidget" name=""> 
     54  <widget class="QPushButton" name="m_quitButton"> 
     55   <property name="geometry"> 
     56    <rect> 
     57     <x>620</x> 
     58     <y>490</y> 
     59     <width>81</width> 
     60     <height>27</height> 
     61    </rect> 
     62   </property> 
     63   <property name="text"> 
     64    <string>Quitter</string> 
     65   </property> 
     66  </widget> 
     67  <widget class="QPushButton" name="m_helpButton"> 
    5568   <property name="geometry"> 
    5669    <rect> 
    5770     <x>10</x> 
    58      <y>500</y> 
    59      <width>621</width> 
    60      <height>29</height> 
     71     <y>490</y> 
     72     <width>51</width> 
     73     <height>21</height> 
    6174    </rect> 
    6275   </property> 
    63    <layout class="QHBoxLayout" name="horizontalLayout_2"> 
    64     <item> 
    65      <widget class="QPushButton" name="m_validationButton"> 
    66       <property name="text"> 
    67        <string>Valider</string> 
    68       </property> 
    69      </widget> 
    70     </item> 
    71     <item> 
    72      <widget class="QPushButton" name="m_deleteOneLineButton"> 
    73       <property name="text"> 
    74        <string>Supp. une ligne</string> 
    75       </property> 
    76      </widget> 
    77     </item> 
    78     <item> 
    79      <spacer name="horizontalSpacer"> 
    80       <property name="orientation"> 
    81        <enum>Qt::Horizontal</enum> 
    82       </property> 
    83       <property name="sizeHint" stdset="0"> 
    84        <size> 
    85         <width>248</width> 
    86         <height>20</height> 
    87        </size> 
    88       </property> 
    89      </spacer> 
    90     </item> 
    91     <item> 
    92      <widget class="QPushButton" name="m_helpButton"> 
    93       <property name="text"> 
    94        <string>Aide</string> 
    95       </property> 
    96      </widget> 
    97     </item> 
    98     <item> 
    99      <widget class="QPushButton" name="m_quitButton"> 
    100       <property name="text"> 
    101        <string>Quitter</string> 
    102       </property> 
    103      </widget> 
    104     </item> 
    105    </layout> 
     76   <property name="text"> 
     77    <string>Aide</string> 
     78   </property> 
    10679  </widget> 
    10780 </widget> 
  • trunk/yao/src/interface/src/ui_/spaceintraj.ui

    r459 r460  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>618</width> 
     9    <width>687</width> 
    1010    <height>417</height> 
    1111   </rect> 
     
    1919     <x>10</x> 
    2020     <y>80</y> 
    21      <width>301</width> 
     21     <width>371</width> 
    2222     <height>331</height> 
    2323    </rect> 
     
    3333     <rect> 
    3434      <x>10</x> 
    35       <y>160</y> 
     35      <y>140</y> 
    3636      <width>101</width> 
    3737      <height>27</height> 
     
    4343     <rect> 
    4444      <x>120</x> 
    45       <y>160</y> 
     45      <y>140</y> 
    4646      <width>26</width> 
    4747      <height>25</height> 
     
    5656     <rect> 
    5757      <x>160</x> 
    58       <y>90</y> 
    59       <width>131</width> 
    60       <height>171</height> 
     58      <y>40</y> 
     59      <width>111</width> 
     60      <height>231</height> 
    6161     </rect> 
    6262    </property> 
     
    7575    </property> 
    7676   </widget> 
     77   <widget class="QWidget" name=""> 
     78    <property name="geometry"> 
     79     <rect> 
     80      <x>280</x> 
     81      <y>120</y> 
     82      <width>81</width> 
     83      <height>61</height> 
     84     </rect> 
     85    </property> 
     86    <layout class="QVBoxLayout" name="verticalLayout"> 
     87     <item> 
     88      <widget class="QPushButton" name="m_spaceintrajModifyButton"> 
     89       <property name="text"> 
     90        <string>Modifier</string> 
     91       </property> 
     92      </widget> 
     93     </item> 
     94     <item> 
     95      <widget class="QPushButton" name="m_spaceintrajDeleteButton"> 
     96       <property name="text"> 
     97        <string>Supprimer</string> 
     98       </property> 
     99      </widget> 
     100     </item> 
     101    </layout> 
     102   </widget> 
    77103  </widget> 
    78104  <widget class="QFrame" name="m_outlineFrame"> 
    79105   <property name="geometry"> 
    80106    <rect> 
    81      <x>320</x> 
     107     <x>390</x> 
    82108     <y>10</y> 
    83109     <width>291</width> 
     
    137163   </layout> 
    138164  </widget> 
    139   <widget class="QLabel" name="label_2"> 
     165  <widget class="QLabel" name="m_spacenameLabel"> 
    140166   <property name="geometry"> 
    141167    <rect> 
Note: See TracChangeset for help on using the changeset viewer.