Changeset 350


Ignore:
Timestamp:
06/18/10 17:21:40 (14 years ago)
Author:
yerima
Message:

Frame delimited in ConnectionWindow? and orderWindow. The size are fixed in those windows.

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

Legend:

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

    r341 r350  
    2020ConnectionWindow::ConnectionWindow(QWidget *parent) : QWidget(parent) { /*!< The constructor. */ 
    2121        setupUi(this); 
    22     //this->setWindowTitle(" Directive Ctin. "); /*!< To set the window's title. */ 
    23      
    24 //      labelctin1                              = new QLabel("Module d'entrée:"); /*!< labelctin1  QLabel */ 
    25 //      labelctin2                              = new QLabel("Intervalle"); /*!< QLabel for choix interval */ 
    26   //  labelctin3                                = new QLabel("Nombre d'entrées:"); /*!< labelctin QLabel */ 
    27     //labelctin7                                = new QLabel; /*!< QLabel for labelctin7 */ 
    28     //labelctin8                                = new QLabel;   /*!< QLabel for labelctin8 */ 
    29     //labelctin9                                = new QLabel;   /*!< QLabel for labelctin9 */ 
    30         //labelctin10                   = new QLabel("Module de sortie: ");  /*!< QLabel for labelctin10 "Module Sortie" */ 
    31     //labelctin12                       = new QLabel("Nombre de Sorties:"); /*!< labelctin12 for Nombre Sortie */ 
    32     //labelctin11                       = new QLabel("Intervalle");  /*!< QLabel for labelctin11 "Choix Interval" */ 
    33 /*      labelctin_i                             = new QLabel("i"); 
    34         labelctin_j                             = new QLabel("j"); 
    35         labelctin_k                             = new QLabel("k"); 
    36         labelctin_t                             = new QLabel("t"); 
    37         labelAbsolueICtin               = new QLabel("Absolue "); 
    38         labelAbsolueJCtin               = new QLabel("Absolue "); 
    39         labelAbsolueKCtin               = new QLabel("Absolue "); 
    40         labelAbsolueTCtin               = new QLabel("Absolue ");     
    41     fontComboBoxctin2 = new QComboBox; 
    42         fontComboBoxctin2->setEditable(true); 
    43 */ 
    44 //      m_AjoutCtin                 = new QPushButton("Ajouter"); /*!< The button "add". */ 
    45   //  pushButtonctin3                   = new QPushButton("Enregistrer"); /*!< QPushButton Enregistrer */ 
    46     //  pushButtonctin3->setDisabled(true); 
    47    // m_AideCtin                                        = new QPushButton("De l'aide?");  /*!< The button "Aide". */ 
    48 //      m_quitButtonCtin                        = new QPushButton("Quitter"); /*!< QPushButton Quitter */ 
    49   //  pushButtonctin2                   = new QPushButton("Supprimer");  /*!< The button "Supprimer". */ 
    50     //  pushButtonctin2->setDisabled(true); 
    51              
    52     //comboBoxctin1                             = new QComboBox; /*!< comboBoxctin1 QComboBox */ 
    53     //  comboBoxctin1->setEditable(true);  
    54     //comboBoxctin2                             = new QComboBox; /*!< QcomboBoxctin for input insertion */ 
    55     //  comboBoxctin2->setEditable(true); 
    56     //comboBoxctin3                             = new QComboBox;  /*!< QComboBox for comboBoxctin3 */ 
    57     //  comboBoxctin3->setEditable(true); 
    58 //      comboBoxctin4                           = new QComboBox; /*!< QComboBox for comboBoxctin4 */ 
    59 //              comboBoxctin4->setEditable(true); 
    60 //      comboNbOutCtin                          = new QComboBox; 
    61 //              comboNbOutCtin->setEditable(true); 
    62 //      comboIntCtin                            = new QComboBox; 
    63 //              comboIntCtin->setEditable(true); 
    64 //      comboBoxctin_i                          = new QComboBox; /*!< QComboBox for comboBoxctin_i */ 
    65   //    comboBoxctin_i-> setEditable(true); 
    66   //    comboBoxctin_i->addItem("0"); // le zero par defaut est ici 
    67   //  comboBoxctin_j                            = new QComboBox;  /*!< QComboBox for comboBoxctin_j */ 
    68     //  comboBoxctin_j->setEditable(true); 
    69 //      comboBoxctin_k                          = new QComboBox; /*!< QComboBox for comboBoxctin_k */ 
    70   //    comboBoxctin_k->setEditable(true); 
    71   //  comboBoxctin_t = new QComboBox;  /*!< QComboBox for comboBoxctin_t */ 
    72     //  comboBoxctin_t->setEditable(true); 
    73    // fontComboBoxctin1                         = new QComboBox; /*!< QComboBox for fontComboBoxctin1 */ 
    74      // fontComboBoxctin1->setEditable(true);  
    75  
    76 //      radioButtonctin1                        = new QRadioButton; /*!< QRadioButton  for radioBUttonctin1 */ 
    77   //  radioButtonctin2                  = new QRadioButton;  /*!< QRadioButton  for radioBUttonctin2 */ 
    78    // radioButtonctin3                  = new QRadioButton;  /*!< QRadioButton  for radioBUttonctin3 */ 
    79    // radioButtonctin4                  = new QRadioButton;  /*!< QRadioButton  for radioBUttonctin4 */ 
    80      
    8122    QStringList horizontalHeaders; 
    8223        horizontalHeaders << "Entree" << "Nbre Entrees" << "Sortie" << "Nbre Sorties" << "i" << "j" << "k" << "t"; /*!< added Nom Netward Entrees and sorties in table */ 
    8324     
    84  //     tableWidgetctin1                        = new QTableWidget(0, 8);  /*!< QTableWidget for tableWidgetctin1 */ 
    85    //   tableWidgetctin1->setEditTriggers(QAbstractItemView::NoEditTriggers); /*!< this ligne give no edit mode*/ 
    86     //  tableWidgetctin1->setShowGrid(false); /*!< this ligne cover the grille in table */ 
    87     //  tableWidgetctin1->setSelectionBehavior(QAbstractItemView::SelectRows); /*!< this ligne give a section of the ligne */ 
    88  //             tableWidgetctin1->setHorizontalHeaderLabels(horizontalHeaders);  
    89  
    90                 // Définitions des gestionnaires de positionnement.             
    91  //             horizontalLayoutctin1   = new QHBoxLayout; 
    92  //                     horizontalLayoutctin1->addWidget(pushButtonctin3); 
    93  //                     horizontalLayoutctin1->addWidget(m_quitButtonCtin); 
    94 //              formLayoutGctin                 = new QGridLayout;/*!< QGridLayout for formLayoutGctin */ 
    95 //                      formLayoutGctin->addWidget(labelctin1, 0, 0); 
    96 //                      formLayoutGctin->addWidget(comboBoxctin1, 0, 1); 
    97 //                      formLayoutGctin->addWidget(labelctin3, 0, 2); 
    98 //                      formLayoutGctin->addWidget(comboBoxctin2, 0, 3); 
    99 //                      formLayoutGctin->addWidget(labelctin2, 0, 4); 
    100 //                      formLayoutGctin->addWidget(comboBoxctin3, 0, 5); 
    101 //                      formLayoutGctin->addWidget(labelctin10, 1, 0); 
    102 //                      formLayoutGctin->addWidget(comboBoxctin4, 1, 1); 
    103 //                      formLayoutGctin->addWidget(labelctin12, 1, 2); 
    104 //                      formLayoutGctin->addWidget(comboNbOutCtin, 1, 3); 
    105 //                      formLayoutGctin->addWidget(labelctin11, 1, 4); 
    106 //                      formLayoutGctin->addWidget(comboIntCtin, 1, 5); 
    107 //                      formLayoutGctin->addWidget(labelctin_i, 2, 1, Qt::AlignRight); 
    108 //                      formLayoutGctin->addWidget(comboBoxctin_i, 2, 2, Qt::AlignLeft); 
    109 //                      formLayoutGctin->addWidget(labelAbsolueICtin, 2, 3, Qt::AlignRight); 
    110 //                      formLayoutGctin->addWidget(radioButtonctin1, 2, 4); 
    111 //                      formLayoutGctin->addWidget(labelctin_j, 3, 1, Qt::AlignRight); 
    112 //                      formLayoutGctin->addWidget(comboBoxctin_j, 3, 2, Qt::AlignLeft); 
    113 //                      formLayoutGctin->addWidget(labelAbsolueJCtin, 3, 3, Qt::AlignRight); 
    114 //                      formLayoutGctin->addWidget(radioButtonctin2, 3, 4); 
    115 //                      formLayoutGctin->addWidget(labelctin_k, 4, 1, Qt::AlignRight); 
    116 //                      formLayoutGctin->addWidget(comboBoxctin_k, 4, 2, Qt::AlignLeft); 
    117 //                      formLayoutGctin->addWidget(labelAbsolueKCtin, 4, 3, Qt::AlignRight); 
    118 //                      formLayoutGctin->addWidget(radioButtonctin3, 4, 4); 
    119 //                      formLayoutGctin->addWidget(labelctin_t, 5, 1, Qt::AlignRight); 
    120 //                      formLayoutGctin->addWidget(comboBoxctin_t, 5, 2, Qt::AlignLeft); 
    121 //                      formLayoutGctin->addWidget(labelAbsolueTCtin, 5, 3, Qt::AlignRight); 
    122 //                      formLayoutGctin->addWidget(radioButtonctin4, 5, 4); 
    123 //                      formLayoutGctin->addWidget(m_AideCtin, 7, 0); 
    124 //                      formLayoutGctin->addWidget(tableWidgetctin1, 6, 1, 4, 4); 
    125 //                      formLayoutGctin->addWidget(m_AjoutCtin, 7, 5); 
    126 //                      formLayoutGctin->addWidget(pushButtonctin2, 8, 5); 
    127 //                      formLayoutGctin->addLayout(horizontalLayoutctin1, 10, 1, 1, 4); 
    128                         //formLayoutGctin->addWidget(); 
    129                         //formLayoutGctin->addWidget(); 
    130                         //formLayoutGctin->addWidget(); 
    131                         //formLayoutGctin->addWidget(); 
    132                         //formLayoutGctin->addWidget(); 
    133                         //formLayoutGctin->addWidget(); 
    134                         //formLayoutGctin->addWidget(); 
    135  
    136      
    137     //formLayoutctin2->setSpacing(6); 
    138     //formLayoutctin2->setMargin(11); 
    139     //formLayoutctin2->setContentsMargins(0, 0, 0, 0); 
    140      
    141      
    142 //----------------------------------------------------------------------------------------------------- 
    143      
    144  
    145 //      this->setLayout(formLayoutGctin); 
    14625         
    14726//      connect(pushButtonctin2, SIGNAL(clicked()), this, SLOT(appelSupp()));  /*!< slot  for the delete the object selected in the view*/ 
     
    15029//      connect(m_quitButtonCtin, SIGNAL(clicked()), this, SLOT(close())); 
    15130 
    152 //      this->setFixedWidth(baseSize().width() + 710); 
     31        setFixedWidth(baseSize().width() + 615); 
    15332  } 
    15433/**************************************** This function add the object in the view*************************************/ 
  • trunk/yao/src/interface/src/ContextWindow.cpp

    r348 r350  
    7272        connect(m_addButtonO_EXTOBJ, SIGNAL(clicked()), this, SLOT(addO_EXTOBJRow())); 
    7373        connect(m_delButtonO_EXTOBJ, SIGNAL(clicked()), this, SLOT(deleteO_EXTOBJRow())); 
     74 
     75        setFixedWidth(baseSize().width() + 699); 
    7476 
    7577} 
  • trunk/yao/src/interface/src/InsertFCTWindow.cpp

    r341 r350  
    1 //! \file    DefvalWindow.cpp 
     1//! \file    InsertFCTWindow.cpp 
    22//! \brief   Implementation of the Defval window for visual_YAO. 
    3 //! \version 2010/06/16 (yyyy/mm/dd) 
     3//! \version 2010/06/18 (yyyy/mm/dd) 
    44//! \author  MAYAKI Abdouramane. 
    55 
     
    88InsertFCTWindow::InsertFCTWindow(QWidget *parent) : QWidget(parent) { /*!< The constructor. */ 
    99        setupUi(this); 
    10 //      this->setWindowTitle("Directive InsertFct");           /*!< To set the window's title. */ 
    1110         
    1211//              compteur                                        = 0; 
    1312 
    14   //            m_labelFontionNameFCT           = new QLabel("Nom de la fonction: "); 
    15 //              m_labelFonctionArgFCT           = new QLabel("Avec argeument? "); 
    1613                 
    17 //              m_ligneNomFonction                      = new QLineEdit;             /*!< Fonction Name of the QLineEdit. */ 
    18  
    19 //              argButton                                       = new QCheckBox;                       /*!< argument of the QLineEdit. */ 
    20  
    21 //              m_Ajoutfct                                      = new QPushButton("Ajouter"); /*!< QPushButton for the button Ajouter */ 
    22  //             m_suppfct                                       = new QPushButton("Supprimer");   /*!< QPushButton for the button Supprimer */ 
    23 //                      m_suppfct->setDisabled(true); 
    24  //             m_Aidefct                                       = new QPushButton("De l'aide?");  /*!< QPushButton for the button aide */ 
    25 //              m_enreg                                 = new QPushButton("Enregistrer");  /*!< QPushButton for the button Enregistrer */ 
    26 //                      m_enreg->setDisabled(true); 
    27 //              m_quit                                  = new QPushButton("Quitter");     /*!< QPushButton for the button Quitter */ 
    2814 
    2915//              QStringList horizontalHeaders; 
    3016//              horizontalHeaders  << "Nom Fonction" << "Argument"; /*!< displays Nom Fonction and Argument in the QTableWidget */ 
    3117         
    32 //              tableWidgetfct                          = new QTableWidget(0, 2); 
    3318//              tableWidgetfct->setEditTriggers(QAbstractItemView::NoEditTriggers); 
    3419//              tableWidgetfct->setShowGrid(false); 
     
    3621//                      tableWidgetfct->setHorizontalHeaderLabels(horizontalHeaders); /*!< displays tableWidgetfct */ 
    3722 
    38 //              m_layoutH                                       = new QHBoxLayout;  /*!< QHBoxLayout for the button Enregistrer and Quitter */ 
    39   //          m_layoutH->addWidget(m_enreg);   /*!< added button Enregistrer */ 
    40     //                  m_layoutH->addWidget(m_quit);   /*!< added button Quitter */ 
    41 //              m_layoutG                                       = new QGridLayout;     /*!< QGridLayout for the button formLayoutTab */ 
    42 //                      m_layoutG->addWidget(m_labelFontionNameFCT, 0, 1); 
    43 //                      m_layoutG->addWidget(m_ligneNomFonction, 0, 2); 
    44 //                      m_layoutG->addWidget(m_labelFonctionArgFCT, 1, 1); 
    45 //                      m_layoutG->addWidget(argButton, 1, 2); 
    46 //                      m_layoutG->addWidget(m_Aidefct, 3, 0);  /*!< added tableWidgetfct */ 
    47 //                      m_layoutG->addWidget(tableWidgetfct, 2, 1, 4, 2);  /*!< added tableWidgetfct */ 
    48 //                      m_layoutG->addWidget(m_Ajoutfct, 3, 3);   /*!< added m_Ajoutfct */ 
    49 //                      m_layoutG->addWidget(m_suppfct, 4, 3);   /*!< added m_suppfct */ 
    50 //                      m_layoutG->addLayout(m_layoutH, 6, 1, 1, 2); 
    5123                         
    52 //              this->setLayout(m_layoutG); 
    5324       
    54       //----------------- Les connexions ---------------------  
    5525  //    connect(m_quit, SIGNAL(clicked()), this, SLOT(close())); /*!< Will be closed after a click on the button "Quit" */   
    5626      //connect(m_quit, SIGNAL(clicked()), this, SLOT(fermerEnr())); 
     
    5929    //  connect(m_Aidefct, SIGNAL(clicked()), this, SLOT(callInsertFCTHelp()));   /*!< This slot opens */  
    6030 
    61 //              this->setFixedWidth(baseSize().width() + 410); 
     31        setFixedWidth(baseSize().width() + 335); 
    6232} 
    6333/************************************ appelAjoutfct() **********************************************/ 
  • trunk/yao/src/interface/src/MainWindow.cpp

    r349 r350  
    366366        if (m_operaWindow == NULL) { //to test if the object is already created. 
    367367                m_operaWindow =  new OperaWindow(&theSpaceTable, &theTrajectoryTable, &theConstantTable); //mwc.getOpera(); 
    368                 espace->addWindow(m_operaWindow); 
     368                espace->addWindow(m_operaWindow)->move(5, 8); 
    369369                m_operaWindow->show();  
    370370        } 
    371371 
    372         //connect(m_operaButton, SIGNAL(clicked()), m_operaWindow, SLOT(show())); 
     372        connect(m_operaWindow, SIGNAL(operaWindowIsClosed(int )), this, SLOT(initializeWindow(int ))); 
    373373} 
    374374 
     
    378378        if (m_netwardWindow == NULL) { //to test if the object is already created. 
    379379                m_netwardWindow = new NetwardWindow; //mwc.getNetward(); 
    380                 espace->addWindow(m_netwardWindow); 
     380                espace->addWindow(m_netwardWindow)->move(5, 15); 
    381381                m_netwardWindow->show(); 
    382382        } 
    383         //connect(m_netwardButton, SIGNAL(clicked()), m_netwardWindow, SLOT(show())); 
     383        connect(m_netwardWindow, SIGNAL(netwardWindowIsClosed(int )), this, SLOT(initializeWindow(int ))); 
    384384        //connect(m_netwardButton, SIGNAL(clicked()), this, SLOT(changeColorNetwardButton())); 
    385385 
  • trunk/yao/src/interface/src/ModulWindow.cpp

    r346 r350  
    5555         
    5656        connect(m_buttonLoperaDel, SIGNAL(clicked()), this, SLOT(deleteO_EXTOBJRow())); 
     57 
     58        setFixedWidth(baseSize().width() + 706); 
     59 
    5760 
    5861} 
  • trunk/yao/src/interface/src/NetwardWindow.cpp

    r341 r350  
    2020NetwardWindow::NetwardWindow(QWidget *parent) : QWidget(parent) {   /*!< The constructor. */ 
    2121        setupUi(this); 
    22     //this->setWindowTitle("Directive Netward.");    /*!< To set the window's title. */ 
    2322 
    24 //      m_labelNetwardName               = new QLabel("Nom du réseau (Netname):"); 
    25         //m_labelNetwardNbi              = new QLabel("Nombre d'entrées (Nbi): "); 
    26         //m_labelNetwardNbs              = new QLabel("Nombre de sorties (Nbs): "); 
    2723         
    28    // m_ligneNomNetward        = new QLineEdit(this);   /*!< Name of the QLineEdit. */ 
    29     //m_ligneNbiNetward        = new QLineEdit(this);  /*!< input number of the QLineEdit. */ 
    30     //m_ligneNbsNetward        = new QLineEdit(this);  /*!< output of the QLineEdit. */ 
    31  
    32     //m_AjoutNetward           = new QPushButton("Ajouter"); /*!< The button "add". */ 
    33     //m_SuppNetward            = new QPushButton("Supprimer");  /*!< The button "delete". */ 
    34         //m_SuppNetward->setDisabled(true); 
    35     //m_AideNetward            = new QPushButton("De l'aide?");  /*!< QPushButton for the button aide */ 
    36     //m_enregNetward           = new QPushButton("Enregistrer"); /*!< The button "save". */ 
    37                 //m_enregNetward->setDisabled(true); 
    38     //m_quitNetward            = new QPushButton("Quitter");  /*!< The button "Quit". */ 
    3924 
    4025    QStringList horizontalHeaders; 
     
    4934    //index1 = vueNetward->currentIndex();  
    5035 
    51     //QHBoxLayout *boutonsLayout = new QHBoxLayout; 
    52 //          boutonsLayout->addWidget(m_enregNetward); 
    53 //          boutonsLayout->addWidget(m_quitNetward); 
    5436     
    55   //  m_layoutGNetward = new QGridLayout; 
    56     //  m_layoutGNetward->addWidget(m_labelNetwardName, 0, 1); 
    57     //  m_layoutGNetward->addWidget(m_ligneNomNetward, 0, 2); 
    58     //  m_layoutGNetward->addWidget(m_labelNetwardNbi, 1, 1); 
    59     //  m_layoutGNetward->addWidget(m_ligneNbiNetward, 1, 2); 
    60     //  m_layoutGNetward->addWidget(m_labelNetwardNbs, 2, 1); 
    61     //  m_layoutGNetward->addWidget(m_ligneNbsNetward, 2, 2); 
    62     //  m_layoutGNetward->addWidget(m_AideNetward, 4, 0);  /*!< added tableWidgetfct */ 
    63     //  m_layoutGNetward->addWidget(vueNetward, 3, 1, 4, 2); 
    64     //  m_layoutGNetward->addWidget(m_AjoutNetward, 4, 4);  
    65     //  m_layoutGNetward->addWidget(m_SuppNetward, 5, 4);  
    66     //  m_layoutGNetward->addLayout(boutonsLayout, 7, 1, 1, 2); 
    67      
    68     //this->setLayout(m_layoutGNetward); 
    69          
    7037      //  connect(m_quitNetward, SIGNAL(clicked()), this, SLOT(close())); 
    7138        //connect(m_SuppNetward, SIGNAL(clicked()), this, SLOT(deleteNetwardRow())); 
     
    7441        //connect(m_enregNetward, SIGNAL(clicked()), this, SLOT(saveNetwardData())); 
    7542   
    76   //this->setFixedWidth(baseSize().width() + 500); 
     43  setFixedWidth(baseSize().width() + 392); 
    7744} 
    7845/****************************************************************************************/ 
     
    218185 
    219186}*/ 
     187/**********************************************************************/ 
     188void NetwardWindow::closeEvent(QCloseEvent *event) { 
    220189 
     190        emit netwardWindowIsClosed(7); 
     191} 
    221192 
  • trunk/yao/src/interface/src/OperaWindow.cpp

    r348 r350  
    2424        setupUi(this); 
    2525    isCalled = false; 
    26         //QStringList *localTrajData = trajData; 
    2726        localOperaTable                         = aSpaceTable; 
    2827        localTrajectoryTable                    = aTrajectory; 
     
    3130        //localOperaIdentifier                  = aOperaIdentifier; 
    3231        compteur                                = 0;     
    33         //m_OperaTypeLabel                      = new QLabel("Type eOpera: ");           /*!< The QComboBox's type label. */ 
    3432     
    3533        //m_OperaType                           = new QLineEdit("M");                   /*!< Type of the QComboBox. */ 
    3634        //      m_OperaType->setEnabled(false); 
    37         //      m_OperaType->setMaximumSize(30, 25); 
    3835                m_OperaD1->setEditable(true); 
    3936                m_OperaD1->insertItem(0,"");  
     
    8380 
    8481         
    85         setFixedWidth(baseSize().width() + 525); 
     82        setFixedWidth(baseSize().width() + 513); 
    8683} 
    8784//------------------------------------  End of the contructor declaration.--------------------------------------- 
     
    297294        } 
    298295} 
    299  
     296/************************************************************************/ 
     297void OperaWindow::closeEvent(QCloseEvent *event) { 
     298 
     299        emit operaWindowIsClosed(6); 
     300} 
  • trunk/yao/src/interface/src/OrderWindow.cpp

    r341 r350  
    2020 
    2121        setupUi(this); 
     22        setFixedWidth(baseSize().width() + 765); 
    2223} 
  • trunk/yao/src/interface/src/include/InsertFCTWindow.hpp

    r341 r350  
    1717 
    1818    public : 
    19             //string chaineDefval; 
    2019            InsertFCTWindow(QWidget *parent=0); /*!< Constructeur */ 
    2120            //QStringList getDataFCT();   /*!< This function returns the function's data. */ 
    2221            //void initialiserChampsfct(); 
    23         //              void addRow(); 
    24           //  bool testContenu(int anInt); 
    2522             
    2623 
    2724    public slots:         /*!< Functions called after a click. */ 
    28             //void ecrireFichier(); 
    29              //void appelAjoutfct();  /*!< This function is called to add row in the visual window model. */ 
    30             // void deleteRowFCT();  /*!< This function is called to delete row from the Yao model. */ 
    31             // void callInsertFCTHelp(); /*!< This function is called to open the help window for this parametre */ 
    32              //void fermerEnr(); 
    3325             //void addInsertRow(); 
    3426    private : 
    3527             
    36             //QLineEdit *m_ligneNomArg; 
    37             //QLabel *m_labelFontionNameFCT; 
    38             //QLabel *m_labelFonctionArgFCT; 
    39  
    40             //QLineEdit *m_ligneNomFonction; /*!< Name of the function. */ 
    41              
    42             //QPushButton *m_enreg; /*!< The button Enregistrer. */ 
    43             //QPushButton *m_Ajoutfct; /*!< The button "add". */ 
    44             //QPushButton *m_suppfct; /*!< The button Supprimer. */ 
    45             //QPushButton *m_quit; /*!< The button Quitter. */ 
    46         //              QPushButton *m_Aidefct; 
    47  
    48           //  QGridLayout *m_layoutG; /*!< QFormLayout of the m_layout1 */ 
    49             //QHBoxLayout *m_layoutH; /*!< QHBoxLayout of the m_layautH */ 
    50              
    51             //QCheckBox *argButton; /*!< QCheckBox of the argButton */ 
    52              
    53             //QTableWidget *tableWidgetfct;   /*!< The QTableWidget of the interface . */ 
    54  
    55             //QStringList fctData;   
    5628             
    5729            //int compteur; 
    58              
    5930 
    6031}; 
  • trunk/yao/src/interface/src/include/NetwardWindow.hpp

    r341 r350  
    3737            //void initialiserNetward(); 
    3838       
    39     public slots :                       /*!< Functions called after a click. */ 
     39        public slots :                       /*!< Functions called after a click. */ 
    4040                 
    4141                //void addNetwardRow();    /*!< This function is called to add row in the visual window model. */ 
     
    4646                //--void saveNetwardData();       
    4747 
    48     private : 
    49                 //      QLabel *m_labelNetwardName; 
    50                 //      QLabel *m_labelNetwardNbi; 
    51                 //      QLabel *m_labelNetwardNbs; 
    52             //QLineEdit *m_ligneNomNetward;  /*!< Name of the netward. */ 
    53             //QLineEdit *m_ligneNbiNetward; /*!< QLineEdit for input number. */ 
    54             //QLineEdit *m_ligneNbsNetward; /*!< Name of the output number. */ 
    55  
    56             //QPushButton *m_enregNetward;  /*!< QPushButton of button Enregistrer */ 
    57             //QPushButton *m_editNetward;   
    58             //QPushButton *m_quitNetward;  /*!< QPushButton of button Quitter */ 
    59             //QPushButton *m_AideNetward; 
    60  
    61             //QGridLayout *m_layoutGNetward; /*!< QFormLayout for m_layout1Netward decaration */ 
    62             //QHBoxLayout *m_layoutHNetward;  /*!< QHBoxLayout for m_layoutHNetward decaration */ 
    63             //QVBoxLayout *m_layoutPrincipalNetward;   /*!< QVBoxLayout for m_layoutPrincipalNetward decaration */ 
    64              
    65             //QTableWidget *vueNetward; /*!< QTableWidget for vueNetward decaration */ 
    66              
    67             //QPushButton *m_AjoutNetward;  /*!< QPushButton of button Ajouter */ 
    68             //QPushButton *m_SuppNetward;   /*!< QPushButton of button Supprimer */ 
     48        signals: 
     49                void netwardWindowIsClosed(int anInt); 
     50                 
     51        protected: 
     52                void closeEvent(QCloseEvent *event);     
     53         
     54        private : 
    6955 
    7056            //bool isCalled;  
  • trunk/yao/src/interface/src/include/OperaWindow.hpp

    r348 r350  
    6262                void callOperaHelp(); 
    6363 
    64     private : 
     64        signals: 
     65                void operaWindowIsClosed(int anInt); 
     66 
     67        protected: 
     68                 void closeEvent(QCloseEvent *event); 
     69                 
     70        private : 
    6571             
    6672 
     
    6874                QStandardItemModel *modeleOpera; 
    6975 
    70  
    71  
    7276                QStringList m_horizontalHeader; 
    7377                QStringList m_OperaData; 
    7478                QStringList m_localData; 
    75                 //OperaController m_spc; 
    76                 //yao::Component t; 
    7779                //yao::Table <yao::Identifier> *localOperaIdentifier; 
    7880                //yao::Table <Operator> *localOperaExtent; 
     
    8082                yao::Table <yao::Constant> *localConstantTable; 
    8183                yao::Table <yao::Operator> *localOperaTable;               //!< Table of so-called Operas (model operators). 
    82                 //yao::Component theComponent; 
    8384                bool isCalled; 
    8485                int compteur; 
  • trunk/yao/src/interface/src/ui_/connectionwindow.ui

    r342 r350  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>601</width> 
    10     <height>482</height> 
     9    <width>606</width> 
     10    <height>508</height> 
    1111   </rect> 
    1212  </property> 
     
    1717   <string/> 
    1818  </property> 
    19   <widget class="QTableView" name="tableView"> 
     19  <widget class="QFrame" name="frame"> 
    2020   <property name="geometry"> 
    2121    <rect> 
    2222     <x>10</x> 
    23      <y>300</y> 
    24      <width>491</width> 
    25      <height>171</height> 
     23     <y>310</y> 
     24     <width>591</width> 
     25     <height>191</height> 
    2626    </rect> 
    2727   </property> 
     28   <property name="frameShape"> 
     29    <enum>QFrame::StyledPanel</enum> 
     30   </property> 
     31   <property name="frameShadow"> 
     32    <enum>QFrame::Raised</enum> 
     33   </property> 
     34   <widget class="QTableView" name="tableView"> 
     35    <property name="geometry"> 
     36     <rect> 
     37      <x>10</x> 
     38      <y>10</y> 
     39      <width>481</width> 
     40      <height>171</height> 
     41     </rect> 
     42    </property> 
     43   </widget> 
     44   <widget class="QWidget" name="layoutWidget"> 
     45    <property name="geometry"> 
     46     <rect> 
     47      <x>500</x> 
     48      <y>40</y> 
     49      <width>87</width> 
     50      <height>95</height> 
     51     </rect> 
     52    </property> 
     53    <layout class="QVBoxLayout" name="verticalLayout_6"> 
     54     <item> 
     55      <widget class="QPushButton" name="pushButton"> 
     56       <property name="text"> 
     57        <string>Ajouter</string> 
     58       </property> 
     59      </widget> 
     60     </item> 
     61     <item> 
     62      <widget class="QPushButton" name="pushButton_2"> 
     63       <property name="text"> 
     64        <string>Supprimer</string> 
     65       </property> 
     66      </widget> 
     67     </item> 
     68     <item> 
     69      <widget class="QPushButton" name="pushButton_3"> 
     70       <property name="text"> 
     71        <string>Quitter</string> 
     72       </property> 
     73      </widget> 
     74     </item> 
     75    </layout> 
     76   </widget> 
     77   <widget class="QPushButton" name="pushButton_4"> 
     78    <property name="geometry"> 
     79     <rect> 
     80      <x>500</x> 
     81      <y>150</y> 
     82      <width>41</width> 
     83      <height>27</height> 
     84     </rect> 
     85    </property> 
     86    <property name="text"> 
     87     <string>Aide</string> 
     88    </property> 
     89   </widget> 
    2890  </widget> 
    29   <widget class="QPushButton" name="pushButton_4"> 
    30    <property name="geometry"> 
    31     <rect> 
    32      <x>510</x> 
    33      <y>440</y> 
    34      <width>41</width> 
    35      <height>27</height> 
    36     </rect> 
    37    </property> 
    38    <property name="text"> 
    39     <string>Aide</string> 
    40    </property> 
    41   </widget> 
    42   <widget class="QWidget" name=""> 
     91  <widget class="QFrame" name="frame_2"> 
    4392   <property name="geometry"> 
    4493    <rect> 
    4594     <x>10</x> 
    4695     <y>10</y> 
    47      <width>581</width> 
    48      <height>101</height> 
     96     <width>591</width> 
     97     <height>121</height> 
    4998    </rect> 
    5099   </property> 
    51    <layout class="QHBoxLayout" name="horizontalLayout_4"> 
    52     <item> 
    53      <layout class="QHBoxLayout" name="horizontalLayout_3"> 
    54       <item> 
    55        <layout class="QVBoxLayout" name="verticalLayout"> 
    56         <item> 
    57          <widget class="QLabel" name="label"> 
    58           <property name="text"> 
    59            <string>Module d'entrée</string> 
     100   <property name="frameShape"> 
     101    <enum>QFrame::StyledPanel</enum> 
     102   </property> 
     103   <property name="frameShadow"> 
     104    <enum>QFrame::Raised</enum> 
     105   </property> 
     106   <widget class="QWidget" name="layoutWidget"> 
     107    <property name="geometry"> 
     108     <rect> 
     109      <x>10</x> 
     110      <y>10</y> 
     111      <width>581</width> 
     112      <height>101</height> 
     113     </rect> 
     114    </property> 
     115    <layout class="QHBoxLayout" name="horizontalLayout_4"> 
     116     <item> 
     117      <layout class="QHBoxLayout" name="horizontalLayout_3"> 
     118       <item> 
     119        <layout class="QVBoxLayout" name="verticalLayout"> 
     120         <item> 
     121          <widget class="QLabel" name="label"> 
     122           <property name="text"> 
     123            <string>Module d'entrée</string> 
     124           </property> 
     125          </widget> 
     126         </item> 
     127         <item> 
     128          <widget class="QLabel" name="label_2"> 
     129           <property name="text"> 
     130            <string>Module de sortie</string> 
     131           </property> 
     132          </widget> 
     133         </item> 
     134        </layout> 
     135       </item> 
     136       <item> 
     137        <layout class="QVBoxLayout" name="verticalLayout_2"> 
     138         <item> 
     139          <widget class="QComboBox" name="comboBox"/> 
     140         </item> 
     141         <item> 
     142          <widget class="QComboBox" name="comboBox_2"/> 
     143         </item> 
     144        </layout> 
     145       </item> 
     146       <item> 
     147        <layout class="QVBoxLayout" name="verticalLayout_3"> 
     148         <item> 
     149          <widget class="QLabel" name="label_3"> 
     150           <property name="text"> 
     151            <string>Entrée(s)</string> 
     152           </property> 
     153          </widget> 
     154         </item> 
     155         <item> 
     156          <widget class="QLabel" name="label_4"> 
     157           <property name="text"> 
     158            <string>Sortie(s)</string> 
     159           </property> 
     160          </widget> 
     161         </item> 
     162        </layout> 
     163       </item> 
     164       <item> 
     165        <layout class="QVBoxLayout" name="verticalLayout_4"> 
     166         <item> 
     167          <widget class="QComboBox" name="comboBox_3"/> 
     168         </item> 
     169         <item> 
     170          <widget class="QComboBox" name="comboBox_4"/> 
     171         </item> 
     172        </layout> 
     173       </item> 
     174      </layout> 
     175     </item> 
     176     <item> 
     177      <layout class="QVBoxLayout" name="verticalLayout_5"> 
     178       <item> 
     179        <widget class="QGroupBox" name="groupBox"> 
     180         <property name="enabled"> 
     181          <bool>false</bool> 
     182         </property> 
     183         <property name="title"> 
     184          <string/> 
     185         </property> 
     186         <widget class="QWidget" name="layoutWidget"> 
     187          <property name="geometry"> 
     188           <rect> 
     189            <x>10</x> 
     190            <y>10</y> 
     191            <width>202</width> 
     192            <height>29</height> 
     193           </rect> 
    60194          </property> 
     195          <layout class="QHBoxLayout" name="horizontalLayout"> 
     196           <item> 
     197            <widget class="QLabel" name="label_5"> 
     198             <property name="text"> 
     199              <string>De</string> 
     200             </property> 
     201            </widget> 
     202           </item> 
     203           <item> 
     204            <widget class="QComboBox" name="comboBox_5"/> 
     205           </item> 
     206           <item> 
     207            <widget class="QLabel" name="label_6"> 
     208             <property name="text"> 
     209              <string>à</string> 
     210             </property> 
     211            </widget> 
     212           </item> 
     213           <item> 
     214            <widget class="QComboBox" name="comboBox_6"/> 
     215           </item> 
     216          </layout> 
    61217         </widget> 
    62         </item> 
    63         <item> 
    64          <widget class="QLabel" name="label_2"> 
    65           <property name="text"> 
    66            <string>Module de sortie</string> 
     218        </widget> 
     219       </item> 
     220       <item> 
     221        <widget class="QGroupBox" name="groupBox_2"> 
     222         <property name="enabled"> 
     223          <bool>false</bool> 
     224         </property> 
     225         <property name="title"> 
     226          <string/> 
     227         </property> 
     228         <widget class="QWidget" name="layoutWidget"> 
     229          <property name="geometry"> 
     230           <rect> 
     231            <x>10</x> 
     232            <y>10</y> 
     233            <width>202</width> 
     234            <height>29</height> 
     235           </rect> 
    67236          </property> 
     237          <layout class="QHBoxLayout" name="horizontalLayout_2"> 
     238           <item> 
     239            <widget class="QLabel" name="label_7"> 
     240             <property name="text"> 
     241              <string>De</string> 
     242             </property> 
     243            </widget> 
     244           </item> 
     245           <item> 
     246            <widget class="QComboBox" name="comboBox_7"/> 
     247           </item> 
     248           <item> 
     249            <widget class="QLabel" name="label_8"> 
     250             <property name="text"> 
     251              <string>à</string> 
     252             </property> 
     253            </widget> 
     254           </item> 
     255           <item> 
     256            <widget class="QComboBox" name="comboBox_8"/> 
     257           </item> 
     258          </layout> 
    68259         </widget> 
    69         </item> 
    70        </layout> 
    71       </item> 
    72       <item> 
    73        <layout class="QVBoxLayout" name="verticalLayout_2"> 
    74         <item> 
    75          <widget class="QComboBox" name="comboBox"/> 
    76         </item> 
    77         <item> 
    78          <widget class="QComboBox" name="comboBox_2"/> 
    79         </item> 
    80        </layout> 
    81       </item> 
    82       <item> 
    83        <layout class="QVBoxLayout" name="verticalLayout_3"> 
    84         <item> 
    85          <widget class="QLabel" name="label_3"> 
    86           <property name="text"> 
    87            <string>Entrée(s)</string> 
    88           </property> 
    89          </widget> 
    90         </item> 
    91         <item> 
    92          <widget class="QLabel" name="label_4"> 
    93           <property name="text"> 
    94            <string>Sortie(s)</string> 
    95           </property> 
    96          </widget> 
    97         </item> 
    98        </layout> 
    99       </item> 
    100       <item> 
    101        <layout class="QVBoxLayout" name="verticalLayout_4"> 
    102         <item> 
    103          <widget class="QComboBox" name="comboBox_3"/> 
    104         </item> 
    105         <item> 
    106          <widget class="QComboBox" name="comboBox_4"/> 
    107         </item> 
    108        </layout> 
    109       </item> 
    110      </layout> 
    111     </item> 
    112     <item> 
    113      <layout class="QVBoxLayout" name="verticalLayout_5"> 
    114       <item> 
    115        <widget class="QGroupBox" name="groupBox"> 
    116         <property name="enabled"> 
    117          <bool>false</bool> 
    118         </property> 
    119         <property name="title"> 
    120          <string/> 
    121         </property> 
    122         <widget class="QWidget" name=""> 
    123          <property name="geometry"> 
    124           <rect> 
    125            <x>10</x> 
    126            <y>10</y> 
    127            <width>202</width> 
    128            <height>29</height> 
    129           </rect> 
    130          </property> 
    131          <layout class="QHBoxLayout" name="horizontalLayout"> 
    132           <item> 
    133            <widget class="QLabel" name="label_5"> 
    134             <property name="text"> 
    135              <string>De</string> 
    136             </property> 
    137            </widget> 
    138           </item> 
    139           <item> 
    140            <widget class="QComboBox" name="comboBox_5"/> 
    141           </item> 
    142           <item> 
    143            <widget class="QLabel" name="label_6"> 
    144             <property name="text"> 
    145              <string>à</string> 
    146             </property> 
    147            </widget> 
    148           </item> 
    149           <item> 
    150            <widget class="QComboBox" name="comboBox_6"/> 
    151           </item> 
    152          </layout> 
    153         </widget> 
    154        </widget> 
    155       </item> 
    156       <item> 
    157        <widget class="QGroupBox" name="groupBox_2"> 
    158         <property name="enabled"> 
    159          <bool>false</bool> 
    160         </property> 
    161         <property name="title"> 
    162          <string/> 
    163         </property> 
    164         <widget class="QWidget" name=""> 
    165          <property name="geometry"> 
    166           <rect> 
    167            <x>10</x> 
    168            <y>10</y> 
    169            <width>202</width> 
    170            <height>29</height> 
    171           </rect> 
    172          </property> 
    173          <layout class="QHBoxLayout" name="horizontalLayout_2"> 
    174           <item> 
    175            <widget class="QLabel" name="label_7"> 
    176             <property name="text"> 
    177              <string>De</string> 
    178             </property> 
    179            </widget> 
    180           </item> 
    181           <item> 
    182            <widget class="QComboBox" name="comboBox_7"/> 
    183           </item> 
    184           <item> 
    185            <widget class="QLabel" name="label_8"> 
    186             <property name="text"> 
    187              <string>à</string> 
    188             </property> 
    189            </widget> 
    190           </item> 
    191           <item> 
    192            <widget class="QComboBox" name="comboBox_8"/> 
    193           </item> 
    194          </layout> 
    195         </widget> 
    196        </widget> 
    197       </item> 
    198      </layout> 
    199     </item> 
    200    </layout> 
     260        </widget> 
     261       </item> 
     262      </layout> 
     263     </item> 
     264    </layout> 
     265   </widget> 
    201266  </widget> 
    202   <widget class="QWidget" name=""> 
     267  <widget class="QFrame" name="frame_3"> 
    203268   <property name="geometry"> 
    204269    <rect> 
    205270     <x>10</x> 
    206271     <y>140</y> 
    207      <width>458</width> 
    208      <height>31</height> 
     272     <width>591</width> 
     273     <height>161</height> 
    209274    </rect> 
    210275   </property> 
    211    <layout class="QHBoxLayout" name="horizontalLayout_9"> 
    212     <item> 
    213      <widget class="QRadioButton" name="radioButton"> 
    214       <property name="layoutDirection"> 
    215        <enum>Qt::RightToLeft</enum> 
    216       </property> 
    217       <property name="text"> 
    218        <string>Absolue</string> 
    219       </property> 
    220      </widget> 
    221     </item> 
    222     <item> 
    223      <widget class="QLabel" name="label_9"> 
    224       <property name="text"> 
    225        <string>i</string> 
    226       </property> 
    227      </widget> 
    228     </item> 
    229     <item> 
    230      <widget class="QComboBox" name="comboBox_9"/> 
    231     </item> 
    232     <item> 
    233      <layout class="QHBoxLayout" name="horizontalLayout_5"> 
    234       <item> 
    235        <widget class="QLabel" name="label_13"> 
    236         <property name="text"> 
    237          <string>De</string> 
    238         </property> 
    239        </widget> 
    240       </item> 
    241       <item> 
    242        <widget class="QComboBox" name="comboBox_13"/> 
    243       </item> 
    244       <item> 
    245        <widget class="QLabel" name="label_14"> 
    246         <property name="text"> 
    247          <string>à</string> 
    248         </property> 
    249        </widget> 
    250       </item> 
    251       <item> 
    252        <widget class="QComboBox" name="comboBox_14"/> 
    253       </item> 
    254       <item> 
    255        <widget class="QCheckBox" name="checkBox"> 
    256         <property name="layoutDirection"> 
    257          <enum>Qt::RightToLeft</enum> 
    258         </property> 
    259         <property name="text"> 
    260          <string>avec 0</string> 
    261         </property> 
    262        </widget> 
    263       </item> 
    264      </layout> 
    265     </item> 
    266    </layout> 
    267   </widget> 
    268   <widget class="QWidget" name=""> 
    269    <property name="geometry"> 
    270     <rect> 
    271      <x>10</x> 
    272      <y>180</y> 
    273      <width>382</width> 
    274      <height>31</height> 
    275     </rect> 
    276    </property> 
    277    <layout class="QHBoxLayout" name="horizontalLayout_10"> 
    278     <item> 
    279      <widget class="QRadioButton" name="radioButton_2"> 
    280       <property name="layoutDirection"> 
    281        <enum>Qt::RightToLeft</enum> 
    282       </property> 
    283       <property name="text"> 
    284        <string>Absolue</string> 
    285       </property> 
    286      </widget> 
    287     </item> 
    288     <item> 
    289      <widget class="QLabel" name="label_10"> 
    290       <property name="text"> 
    291        <string>j</string> 
    292       </property> 
    293      </widget> 
    294     </item> 
    295     <item> 
    296      <widget class="QComboBox" name="comboBox_10"/> 
    297     </item> 
    298     <item> 
    299      <layout class="QHBoxLayout" name="horizontalLayout_6"> 
    300       <item> 
    301        <widget class="QLabel" name="label_15"> 
    302         <property name="text"> 
    303          <string>De</string> 
    304         </property> 
    305        </widget> 
    306       </item> 
    307       <item> 
    308        <widget class="QComboBox" name="comboBox_15"/> 
    309       </item> 
    310       <item> 
    311        <widget class="QLabel" name="label_16"> 
    312         <property name="text"> 
    313          <string>à</string> 
    314         </property> 
    315        </widget> 
    316       </item> 
    317       <item> 
    318        <widget class="QComboBox" name="comboBox_16"/> 
    319       </item> 
    320      </layout> 
    321     </item> 
    322    </layout> 
    323   </widget> 
    324   <widget class="QWidget" name=""> 
    325    <property name="geometry"> 
    326     <rect> 
    327      <x>10</x> 
    328      <y>220</y> 
    329      <width>381</width> 
    330      <height>31</height> 
    331     </rect> 
    332    </property> 
    333    <layout class="QHBoxLayout" name="horizontalLayout_11"> 
    334     <item> 
    335      <widget class="QRadioButton" name="radioButton_3"> 
    336       <property name="layoutDirection"> 
    337        <enum>Qt::RightToLeft</enum> 
    338       </property> 
    339       <property name="text"> 
    340        <string>Absolue</string> 
    341       </property> 
    342      </widget> 
    343     </item> 
    344     <item> 
    345      <widget class="QLabel" name="label_11"> 
    346       <property name="text"> 
    347        <string>k</string> 
    348       </property> 
    349      </widget> 
    350     </item> 
    351     <item> 
    352      <widget class="QComboBox" name="comboBox_11"/> 
    353     </item> 
    354     <item> 
    355      <layout class="QHBoxLayout" name="horizontalLayout_7"> 
    356       <item> 
    357        <widget class="QLabel" name="label_17"> 
    358         <property name="text"> 
    359          <string>De</string> 
    360         </property> 
    361        </widget> 
    362       </item> 
    363       <item> 
    364        <widget class="QComboBox" name="comboBox_17"/> 
    365       </item> 
    366       <item> 
    367        <widget class="QLabel" name="label_18"> 
    368         <property name="text"> 
    369          <string>à</string> 
    370         </property> 
    371        </widget> 
    372       </item> 
    373       <item> 
    374        <widget class="QComboBox" name="comboBox_18"/> 
    375       </item> 
    376      </layout> 
    377     </item> 
    378    </layout> 
    379   </widget> 
    380   <widget class="QWidget" name=""> 
    381    <property name="geometry"> 
    382     <rect> 
    383      <x>10</x> 
    384      <y>260</y> 
    385      <width>381</width> 
    386      <height>31</height> 
    387     </rect> 
    388    </property> 
    389    <layout class="QHBoxLayout" name="horizontalLayout_12"> 
    390     <item> 
    391      <widget class="QRadioButton" name="radioButton_4"> 
    392       <property name="layoutDirection"> 
    393        <enum>Qt::RightToLeft</enum> 
    394       </property> 
    395       <property name="text"> 
    396        <string>Absolue</string> 
    397       </property> 
    398      </widget> 
    399     </item> 
    400     <item> 
    401      <widget class="QLabel" name="label_12"> 
    402       <property name="text"> 
    403        <string>t</string> 
    404       </property> 
    405      </widget> 
    406     </item> 
    407     <item> 
    408      <widget class="QComboBox" name="comboBox_12"/> 
    409     </item> 
    410     <item> 
    411      <layout class="QHBoxLayout" name="horizontalLayout_8"> 
    412       <item> 
    413        <widget class="QLabel" name="label_19"> 
    414         <property name="text"> 
    415          <string>De</string> 
    416         </property> 
    417        </widget> 
    418       </item> 
    419       <item> 
    420        <widget class="QComboBox" name="comboBox_19"/> 
    421       </item> 
    422       <item> 
    423        <widget class="QLabel" name="label_20"> 
    424         <property name="text"> 
    425          <string>à</string> 
    426         </property> 
    427        </widget> 
    428       </item> 
    429       <item> 
    430        <widget class="QComboBox" name="comboBox_20"/> 
    431       </item> 
    432      </layout> 
    433     </item> 
    434    </layout> 
    435   </widget> 
    436   <widget class="QWidget" name=""> 
    437    <property name="geometry"> 
    438     <rect> 
    439      <x>510</x> 
    440      <y>320</y> 
    441      <width>87</width> 
    442      <height>95</height> 
    443     </rect> 
    444    </property> 
    445    <layout class="QVBoxLayout" name="verticalLayout_6"> 
    446     <item> 
    447      <widget class="QPushButton" name="pushButton"> 
    448       <property name="text"> 
    449        <string>Ajouter</string> 
    450       </property> 
    451      </widget> 
    452     </item> 
    453     <item> 
    454      <widget class="QPushButton" name="pushButton_2"> 
    455       <property name="text"> 
    456        <string>Supprimer</string> 
    457       </property> 
    458      </widget> 
    459     </item> 
    460     <item> 
    461      <widget class="QPushButton" name="pushButton_3"> 
    462       <property name="text"> 
    463        <string>Quitter</string> 
    464       </property> 
    465      </widget> 
    466     </item> 
    467    </layout> 
     276   <property name="frameShape"> 
     277    <enum>QFrame::StyledPanel</enum> 
     278   </property> 
     279   <property name="frameShadow"> 
     280    <enum>QFrame::Raised</enum> 
     281   </property> 
     282   <widget class="QWidget" name="layoutWidget"> 
     283    <property name="geometry"> 
     284     <rect> 
     285      <x>10</x> 
     286      <y>10</y> 
     287      <width>471</width> 
     288      <height>31</height> 
     289     </rect> 
     290    </property> 
     291    <layout class="QHBoxLayout" name="horizontalLayout_9"> 
     292     <item> 
     293      <widget class="QRadioButton" name="radioButton"> 
     294       <property name="layoutDirection"> 
     295        <enum>Qt::RightToLeft</enum> 
     296       </property> 
     297       <property name="text"> 
     298        <string>Absolue</string> 
     299       </property> 
     300      </widget> 
     301     </item> 
     302     <item> 
     303      <widget class="QLabel" name="label_9"> 
     304       <property name="text"> 
     305        <string>i</string> 
     306       </property> 
     307      </widget> 
     308     </item> 
     309     <item> 
     310      <widget class="QComboBox" name="comboBox_9"/> 
     311     </item> 
     312     <item> 
     313      <layout class="QHBoxLayout" name="horizontalLayout_5"> 
     314       <item> 
     315        <widget class="QLabel" name="label_13"> 
     316         <property name="text"> 
     317          <string>De</string> 
     318         </property> 
     319        </widget> 
     320       </item> 
     321       <item> 
     322        <widget class="QComboBox" name="comboBox_13"/> 
     323       </item> 
     324       <item> 
     325        <widget class="QLabel" name="label_14"> 
     326         <property name="text"> 
     327          <string>à</string> 
     328         </property> 
     329        </widget> 
     330       </item> 
     331       <item> 
     332        <widget class="QComboBox" name="comboBox_14"/> 
     333       </item> 
     334       <item> 
     335        <widget class="QCheckBox" name="checkBox"> 
     336         <property name="layoutDirection"> 
     337          <enum>Qt::RightToLeft</enum> 
     338         </property> 
     339         <property name="text"> 
     340          <string>avec 0</string> 
     341         </property> 
     342        </widget> 
     343       </item> 
     344      </layout> 
     345     </item> 
     346    </layout> 
     347   </widget> 
     348   <widget class="QWidget" name="layoutWidget"> 
     349    <property name="geometry"> 
     350     <rect> 
     351      <x>11</x> 
     352      <y>50</y> 
     353      <width>391</width> 
     354      <height>31</height> 
     355     </rect> 
     356    </property> 
     357    <layout class="QHBoxLayout" name="horizontalLayout_10"> 
     358     <item> 
     359      <widget class="QRadioButton" name="radioButton_2"> 
     360       <property name="layoutDirection"> 
     361        <enum>Qt::RightToLeft</enum> 
     362       </property> 
     363       <property name="text"> 
     364        <string>Absolue</string> 
     365       </property> 
     366      </widget> 
     367     </item> 
     368     <item> 
     369      <widget class="QLabel" name="label_10"> 
     370       <property name="text"> 
     371        <string>j</string> 
     372       </property> 
     373      </widget> 
     374     </item> 
     375     <item> 
     376      <widget class="QComboBox" name="comboBox_10"/> 
     377     </item> 
     378     <item> 
     379      <layout class="QHBoxLayout" name="horizontalLayout_6"> 
     380       <item> 
     381        <widget class="QLabel" name="label_15"> 
     382         <property name="text"> 
     383          <string>De</string> 
     384         </property> 
     385        </widget> 
     386       </item> 
     387       <item> 
     388        <widget class="QComboBox" name="comboBox_15"/> 
     389       </item> 
     390       <item> 
     391        <widget class="QLabel" name="label_16"> 
     392         <property name="text"> 
     393          <string>à</string> 
     394         </property> 
     395        </widget> 
     396       </item> 
     397       <item> 
     398        <widget class="QComboBox" name="comboBox_16"/> 
     399       </item> 
     400      </layout> 
     401     </item> 
     402    </layout> 
     403   </widget> 
     404   <widget class="QWidget" name="layoutWidget"> 
     405    <property name="geometry"> 
     406     <rect> 
     407      <x>10</x> 
     408      <y>90</y> 
     409      <width>391</width> 
     410      <height>31</height> 
     411     </rect> 
     412    </property> 
     413    <layout class="QHBoxLayout" name="horizontalLayout_11"> 
     414     <item> 
     415      <widget class="QRadioButton" name="radioButton_3"> 
     416       <property name="layoutDirection"> 
     417        <enum>Qt::RightToLeft</enum> 
     418       </property> 
     419       <property name="text"> 
     420        <string>Absolue</string> 
     421       </property> 
     422      </widget> 
     423     </item> 
     424     <item> 
     425      <widget class="QLabel" name="label_11"> 
     426       <property name="text"> 
     427        <string>k</string> 
     428       </property> 
     429      </widget> 
     430     </item> 
     431     <item> 
     432      <widget class="QComboBox" name="comboBox_11"/> 
     433     </item> 
     434     <item> 
     435      <layout class="QHBoxLayout" name="horizontalLayout_7"> 
     436       <item> 
     437        <widget class="QLabel" name="label_17"> 
     438         <property name="text"> 
     439          <string>De</string> 
     440         </property> 
     441        </widget> 
     442       </item> 
     443       <item> 
     444        <widget class="QComboBox" name="comboBox_17"/> 
     445       </item> 
     446       <item> 
     447        <widget class="QLabel" name="label_18"> 
     448         <property name="text"> 
     449          <string>à</string> 
     450         </property> 
     451        </widget> 
     452       </item> 
     453       <item> 
     454        <widget class="QComboBox" name="comboBox_18"/> 
     455       </item> 
     456      </layout> 
     457     </item> 
     458    </layout> 
     459   </widget> 
     460   <widget class="QWidget" name="layoutWidget"> 
     461    <property name="geometry"> 
     462     <rect> 
     463      <x>10</x> 
     464      <y>130</y> 
     465      <width>391</width> 
     466      <height>31</height> 
     467     </rect> 
     468    </property> 
     469    <layout class="QHBoxLayout" name="horizontalLayout_12"> 
     470     <item> 
     471      <widget class="QRadioButton" name="radioButton_4"> 
     472       <property name="layoutDirection"> 
     473        <enum>Qt::RightToLeft</enum> 
     474       </property> 
     475       <property name="text"> 
     476        <string>Absolue</string> 
     477       </property> 
     478      </widget> 
     479     </item> 
     480     <item> 
     481      <widget class="QLabel" name="label_12"> 
     482       <property name="text"> 
     483        <string>t</string> 
     484       </property> 
     485      </widget> 
     486     </item> 
     487     <item> 
     488      <widget class="QComboBox" name="comboBox_12"/> 
     489     </item> 
     490     <item> 
     491      <layout class="QHBoxLayout" name="horizontalLayout_8"> 
     492       <item> 
     493        <widget class="QLabel" name="label_19"> 
     494         <property name="text"> 
     495          <string>De</string> 
     496         </property> 
     497        </widget> 
     498       </item> 
     499       <item> 
     500        <widget class="QComboBox" name="comboBox_19"/> 
     501       </item> 
     502       <item> 
     503        <widget class="QLabel" name="label_20"> 
     504         <property name="text"> 
     505          <string>à</string> 
     506         </property> 
     507        </widget> 
     508       </item> 
     509       <item> 
     510        <widget class="QComboBox" name="comboBox_20"/> 
     511       </item> 
     512      </layout> 
     513     </item> 
     514    </layout> 
     515   </widget> 
    468516  </widget> 
    469517 </widget> 
  • trunk/yao/src/interface/src/ui_/netwardwindow.ui

    r342 r350  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>369</width> 
    10     <height>325</height> 
     9    <width>388</width> 
     10    <height>371</height> 
    1111   </rect> 
    1212  </property> 
     
    1414   <string>Directive Netward.</string> 
    1515  </property> 
    16   <widget class="QPushButton" name="pushButton_4"> 
    17    <property name="geometry"> 
    18     <rect> 
    19      <x>280</x> 
    20      <y>280</y> 
    21      <width>41</width> 
    22      <height>27</height> 
    23     </rect> 
    24    </property> 
    25    <property name="text"> 
    26     <string>Aide</string> 
    27    </property> 
    28   </widget> 
    29   <widget class="QTableView" name="tableView"> 
     16  <widget class="QFrame" name="frame"> 
    3017   <property name="geometry"> 
    3118    <rect> 
    3219     <x>10</x> 
    33      <y>132</y> 
    34      <width>261</width> 
    35      <height>181</height> 
     20     <y>10</y> 
     21     <width>371</width> 
     22     <height>121</height> 
    3623    </rect> 
    3724   </property> 
     25   <property name="frameShape"> 
     26    <enum>QFrame::StyledPanel</enum> 
     27   </property> 
     28   <property name="frameShadow"> 
     29    <enum>QFrame::Raised</enum> 
     30   </property> 
     31   <widget class="QWidget" name="layoutWidget"> 
     32    <property name="geometry"> 
     33     <rect> 
     34      <x>40</x> 
     35      <y>10</y> 
     36      <width>261</width> 
     37      <height>103</height> 
     38     </rect> 
     39    </property> 
     40    <layout class="QHBoxLayout" name="horizontalLayout_2"> 
     41     <item> 
     42      <layout class="QVBoxLayout" name="verticalLayout_2"> 
     43       <item> 
     44        <layout class="QHBoxLayout" name="horizontalLayout"> 
     45         <item> 
     46          <widget class="QLabel" name="label"> 
     47           <property name="text"> 
     48            <string>Nom réseau</string> 
     49           </property> 
     50           <property name="buddy"> 
     51            <cstring>lineEdit</cstring> 
     52           </property> 
     53          </widget> 
     54         </item> 
     55         <item> 
     56          <spacer name="horizontalSpacer"> 
     57           <property name="orientation"> 
     58            <enum>Qt::Horizontal</enum> 
     59           </property> 
     60           <property name="sizeHint" stdset="0"> 
     61            <size> 
     62             <width>68</width> 
     63             <height>24</height> 
     64            </size> 
     65           </property> 
     66          </spacer> 
     67         </item> 
     68        </layout> 
     69       </item> 
     70       <item> 
     71        <widget class="QLabel" name="label_2"> 
     72         <property name="text"> 
     73          <string>Nombre d'entrées (nbi)</string> 
     74         </property> 
     75        </widget> 
     76       </item> 
     77       <item> 
     78        <widget class="QLabel" name="label_3"> 
     79         <property name="text"> 
     80          <string>Nombre de sorties (nbs)</string> 
     81         </property> 
     82        </widget> 
     83       </item> 
     84      </layout> 
     85     </item> 
     86     <item> 
     87      <layout class="QVBoxLayout" name="verticalLayout_3"> 
     88       <item> 
     89        <widget class="QLineEdit" name="lineEdit"/> 
     90       </item> 
     91       <item> 
     92        <widget class="QComboBox" name="comboBox"/> 
     93       </item> 
     94       <item> 
     95        <widget class="QComboBox" name="comboBox_2"/> 
     96       </item> 
     97      </layout> 
     98     </item> 
     99    </layout> 
     100   </widget> 
    38101  </widget> 
    39   <widget class="QWidget" name=""> 
    40    <property name="geometry"> 
    41     <rect> 
    42      <x>280</x> 
    43      <y>150</y> 
    44      <width>81</width> 
    45      <height>95</height> 
    46     </rect> 
    47    </property> 
    48    <layout class="QVBoxLayout" name="verticalLayout"> 
    49     <item> 
    50      <widget class="QPushButton" name="pushButton"> 
    51       <property name="text"> 
    52        <string>Ajouter</string> 
    53       </property> 
    54      </widget> 
    55     </item> 
    56     <item> 
    57      <widget class="QPushButton" name="pushButton_2"> 
    58       <property name="text"> 
    59        <string>Supprimer</string> 
    60       </property> 
    61      </widget> 
    62     </item> 
    63     <item> 
    64      <widget class="QPushButton" name="pushButton_3"> 
    65       <property name="text"> 
    66        <string>Quitter</string> 
    67       </property> 
    68      </widget> 
    69     </item> 
    70    </layout> 
    71   </widget> 
    72   <widget class="QWidget" name=""> 
     102  <widget class="QFrame" name="frame_2"> 
    73103   <property name="geometry"> 
    74104    <rect> 
    75105     <x>10</x> 
    76      <y>20</y> 
    77      <width>261</width> 
    78      <height>97</height> 
     106     <y>140</y> 
     107     <width>371</width> 
     108     <height>221</height> 
    79109    </rect> 
    80110   </property> 
    81    <layout class="QHBoxLayout" name="horizontalLayout_2"> 
    82     <item> 
    83      <layout class="QVBoxLayout" name="verticalLayout_2"> 
    84       <item> 
    85        <layout class="QHBoxLayout" name="horizontalLayout"> 
    86         <item> 
    87          <widget class="QLabel" name="label"> 
    88           <property name="text"> 
    89            <string>Nom réseau</string> 
    90           </property> 
    91           <property name="buddy"> 
    92            <cstring>lineEdit</cstring> 
    93           </property> 
    94          </widget> 
    95         </item> 
    96         <item> 
    97          <spacer name="horizontalSpacer"> 
    98           <property name="orientation"> 
    99            <enum>Qt::Horizontal</enum> 
    100           </property> 
    101           <property name="sizeHint" stdset="0"> 
    102            <size> 
    103             <width>68</width> 
    104             <height>24</height> 
    105            </size> 
    106           </property> 
    107          </spacer> 
    108         </item> 
    109        </layout> 
    110       </item> 
    111       <item> 
    112        <widget class="QLabel" name="label_2"> 
    113         <property name="text"> 
    114          <string>Nombre d'entrées (nbi)</string> 
    115         </property> 
    116        </widget> 
    117       </item> 
    118       <item> 
    119        <widget class="QLabel" name="label_3"> 
    120         <property name="text"> 
    121          <string>Nombre de sorties (nbs)</string> 
    122         </property> 
    123        </widget> 
    124       </item> 
    125      </layout> 
    126     </item> 
    127     <item> 
    128      <layout class="QVBoxLayout" name="verticalLayout_3"> 
    129       <item> 
    130        <widget class="QLineEdit" name="lineEdit"/> 
    131       </item> 
    132       <item> 
    133        <widget class="QComboBox" name="comboBox"/> 
    134       </item> 
    135       <item> 
    136        <widget class="QComboBox" name="comboBox_2"/> 
    137       </item> 
    138      </layout> 
    139     </item> 
    140    </layout> 
     111   <property name="frameShape"> 
     112    <enum>QFrame::StyledPanel</enum> 
     113   </property> 
     114   <property name="frameShadow"> 
     115    <enum>QFrame::Raised</enum> 
     116   </property> 
     117   <widget class="QWidget" name="layoutWidget"> 
     118    <property name="geometry"> 
     119     <rect> 
     120      <x>276</x> 
     121      <y>70</y> 
     122      <width>81</width> 
     123      <height>95</height> 
     124     </rect> 
     125    </property> 
     126    <layout class="QVBoxLayout" name="verticalLayout"> 
     127     <item> 
     128      <widget class="QPushButton" name="pushButton"> 
     129       <property name="text"> 
     130        <string>Ajouter</string> 
     131       </property> 
     132      </widget> 
     133     </item> 
     134     <item> 
     135      <widget class="QPushButton" name="pushButton_2"> 
     136       <property name="text"> 
     137        <string>Supprimer</string> 
     138       </property> 
     139      </widget> 
     140     </item> 
     141     <item> 
     142      <widget class="QPushButton" name="pushButton_3"> 
     143       <property name="text"> 
     144        <string>Quitter</string> 
     145       </property> 
     146      </widget> 
     147     </item> 
     148    </layout> 
     149   </widget> 
     150   <widget class="QPushButton" name="pushButton_4"> 
     151    <property name="geometry"> 
     152     <rect> 
     153      <x>280</x> 
     154      <y>180</y> 
     155      <width>41</width> 
     156      <height>27</height> 
     157     </rect> 
     158    </property> 
     159    <property name="text"> 
     160     <string>Aide</string> 
     161    </property> 
     162   </widget> 
     163   <widget class="QTableView" name="tableView"> 
     164    <property name="geometry"> 
     165     <rect> 
     166      <x>10</x> 
     167      <y>10</y> 
     168      <width>261</width> 
     169      <height>201</height> 
     170     </rect> 
     171    </property> 
     172   </widget> 
    141173  </widget> 
    142174 </widget> 
  • trunk/yao/src/interface/src/ui_/operawindow.ui

    r347 r350  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>516</width> 
    10     <height>392</height> 
     9    <width>509</width> 
     10    <height>399</height> 
    1111   </rect> 
    1212  </property> 
     
    1919     <x>10</x> 
    2020     <y>10</y> 
    21      <width>501</width> 
     21     <width>491</width> 
    2222     <height>191</height> 
    2323    </rect> 
     
    2929    <enum>QFrame::Raised</enum> 
    3030   </property> 
    31    <widget class="QWidget" name=""> 
     31   <widget class="QWidget" name="layoutWidget"> 
    3232    <property name="geometry"> 
    3333     <rect> 
     
    184184    </layout> 
    185185   </widget> 
    186    <zorder>m_OperaD1</zorder> 
    187    <zorder>m_OperaD2</zorder> 
    188    <zorder>m_OperaD3</zorder> 
    189    <zorder>m_OperaTrajname</zorder> 
    190    <zorder>m_OperaNameLine</zorder> 
    191    <zorder>horizontalSpacer</zorder> 
    192    <zorder>horizontalSpacer_2</zorder> 
    193    <zorder>horizontalSpacer_3</zorder> 
    194    <zorder>horizontalSpacer_4</zorder> 
    195    <zorder>m_OperaNameLabel</zorder> 
    196    <zorder>m_OperaD2Label</zorder> 
    197    <zorder>m_OperaD1Label</zorder> 
    198    <zorder>m_OperaD3Label</zorder> 
    199    <zorder>m_OperaTrajLabel</zorder> 
    200    <zorder>horizontalSpacer_5</zorder> 
    201    <zorder>m_OperaNameLine</zorder> 
    202    <zorder>m_OperaNameLine</zorder> 
    203    <zorder>m_OperaNameLine</zorder> 
    204    <zorder></zorder> 
    205186  </widget> 
    206187  <widget class="QFrame" name="frame_2"> 
     
    209190     <x>10</x> 
    210191     <y>210</y> 
    211      <width>501</width> 
     192     <width>491</width> 
    212193     <height>181</height> 
    213194    </rect> 
     
    222203    <property name="geometry"> 
    223204     <rect> 
    224       <x>410</x> 
     205      <x>400</x> 
    225206      <y>140</y> 
    226207      <width>41</width> 
     
    237218      <x>10</x> 
    238219      <y>10</y> 
    239       <width>391</width> 
     220      <width>381</width> 
    240221      <height>161</height> 
    241222     </rect> 
    242223    </property> 
    243224   </widget> 
    244    <widget class="QWidget" name=""> 
    245     <property name="geometry"> 
    246      <rect> 
    247       <x>410</x> 
     225   <widget class="QWidget" name="layoutWidget"> 
     226    <property name="geometry"> 
     227     <rect> 
     228      <x>400</x> 
    248229      <y>30</y> 
    249230      <width>81</width> 
  • trunk/yao/src/interface/src/ui_/orderwindow.ui

    r342 r350  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>753</width> 
     9    <width>757</width> 
    1010    <height>537</height> 
    1111   </rect> 
     
    1414   <string>Directive Order.</string> 
    1515  </property> 
    16   <widget class="QGroupBox" name="groupModinspace"> 
     16  <widget class="QFrame" name="frame"> 
     17   <property name="geometry"> 
     18    <rect> 
     19     <x>10</x> 
     20     <y>310</y> 
     21     <width>741</width> 
     22     <height>221</height> 
     23    </rect> 
     24   </property> 
     25   <property name="frameShape"> 
     26    <enum>QFrame::StyledPanel</enum> 
     27   </property> 
     28   <property name="frameShadow"> 
     29    <enum>QFrame::Raised</enum> 
     30   </property> 
     31   <widget class="QGroupBox" name="groupSpaceIntraj"> 
     32    <property name="geometry"> 
     33     <rect> 
     34      <x>10</x> 
     35      <y>10</y> 
     36      <width>711</width> 
     37      <height>201</height> 
     38     </rect> 
     39    </property> 
     40    <property name="title"> 
     41     <string>Spaceintraj</string> 
     42    </property> 
     43    <property name="checkable"> 
     44     <bool>true</bool> 
     45    </property> 
     46    <property name="checked"> 
     47     <bool>false</bool> 
     48    </property> 
     49    <widget class="QComboBox" name="comboBox_5"> 
     50     <property name="geometry"> 
     51      <rect> 
     52       <x>10</x> 
     53       <y>70</y> 
     54       <width>78</width> 
     55       <height>27</height> 
     56      </rect> 
     57     </property> 
     58    </widget> 
     59    <widget class="QListView" name="listView"> 
     60     <property name="geometry"> 
     61      <rect> 
     62       <x>10</x> 
     63       <y>110</y> 
     64       <width>161</width> 
     65       <height>91</height> 
     66      </rect> 
     67     </property> 
     68    </widget> 
     69    <widget class="QListWidget" name="listWidget"> 
     70     <property name="geometry"> 
     71      <rect> 
     72       <x>200</x> 
     73       <y>10</y> 
     74       <width>341</width> 
     75       <height>71</height> 
     76      </rect> 
     77     </property> 
     78    </widget> 
     79    <widget class="QTableView" name="tableView"> 
     80     <property name="geometry"> 
     81      <rect> 
     82       <x>200</x> 
     83       <y>90</y> 
     84       <width>411</width> 
     85       <height>111</height> 
     86      </rect> 
     87     </property> 
     88    </widget> 
     89    <widget class="QWidget" name="layoutWidget"> 
     90     <property name="geometry"> 
     91      <rect> 
     92       <x>550</x> 
     93       <y>20</y> 
     94       <width>141</width> 
     95       <height>62</height> 
     96      </rect> 
     97     </property> 
     98     <layout class="QVBoxLayout" name="verticalLayout_4"> 
     99      <item> 
     100       <widget class="QPushButton" name="pushButton_5"> 
     101        <property name="text"> 
     102         <string>Supprimer le dernier</string> 
     103        </property> 
     104       </widget> 
     105      </item> 
     106      <item> 
     107       <widget class="QPushButton" name="pushButton_6"> 
     108        <property name="text"> 
     109         <string>Supprimer tout</string> 
     110        </property> 
     111       </widget> 
     112      </item> 
     113     </layout> 
     114    </widget> 
     115    <widget class="QWidget" name="layoutWidget"> 
     116     <property name="geometry"> 
     117      <rect> 
     118       <x>620</x> 
     119       <y>110</y> 
     120       <width>87</width> 
     121       <height>62</height> 
     122      </rect> 
     123     </property> 
     124     <layout class="QVBoxLayout" name="verticalLayout_5"> 
     125      <item> 
     126       <widget class="QPushButton" name="pushButton_3"> 
     127        <property name="text"> 
     128         <string>Ajouter</string> 
     129        </property> 
     130       </widget> 
     131      </item> 
     132      <item> 
     133       <widget class="QPushButton" name="pushButton_4"> 
     134        <property name="text"> 
     135         <string>Supprimer</string> 
     136        </property> 
     137       </widget> 
     138      </item> 
     139     </layout> 
     140    </widget> 
     141    <widget class="QWidget" name="layoutWidget"> 
     142     <property name="geometry"> 
     143      <rect> 
     144       <x>20</x> 
     145       <y>30</y> 
     146       <width>148</width> 
     147       <height>29</height> 
     148      </rect> 
     149     </property> 
     150     <layout class="QHBoxLayout" name="horizontalLayout_2"> 
     151      <item> 
     152       <widget class="QLabel" name="label_2"> 
     153        <property name="text"> 
     154         <string>Trajectory</string> 
     155        </property> 
     156       </widget> 
     157      </item> 
     158      <item> 
     159       <widget class="QComboBox" name="m_comboTrajName"/> 
     160      </item> 
     161     </layout> 
     162    </widget> 
     163   </widget> 
     164  </widget> 
     165  <widget class="QFrame" name="frame_2"> 
    17166   <property name="geometry"> 
    18167    <rect> 
    19168     <x>10</x> 
    20169     <y>10</y> 
    21      <width>731</width> 
    22      <height>301</height> 
     170     <width>741</width> 
     171     <height>291</height> 
    23172    </rect> 
    24173   </property> 
    25    <property name="title"> 
    26     <string>Modinspace</string> 
    27    </property> 
    28    <property name="checkable"> 
    29     <bool>true</bool> 
    30    </property> 
    31    <widget class="QListView" name="listView_2"> 
     174   <property name="frameShape"> 
     175    <enum>QFrame::StyledPanel</enum> 
     176   </property> 
     177   <property name="frameShadow"> 
     178    <enum>QFrame::Raised</enum> 
     179   </property> 
     180   <widget class="QGroupBox" name="groupModinspace"> 
    32181    <property name="geometry"> 
    33182     <rect> 
    34183      <x>20</x> 
    35       <y>200</y> 
    36       <width>151</width> 
    37       <height>101</height> 
     184      <y>20</y> 
     185      <width>731</width> 
     186      <height>291</height> 
    38187     </rect> 
    39188    </property> 
    40    </widget> 
    41    <widget class="QTableView" name="tableView_2"> 
    42     <property name="geometry"> 
    43      <rect> 
    44       <x>200</x> 
    45       <y>160</y> 
    46       <width>421</width> 
    47       <height>141</height> 
    48      </rect> 
    49     </property> 
    50    </widget> 
    51    <widget class="QTableView" name="tableView_3"> 
    52     <property name="geometry"> 
    53      <rect> 
    54       <x>200</x> 
    55       <y>10</y> 
    56       <width>281</width> 
    57       <height>141</height> 
    58      </rect> 
    59     </property> 
    60    </widget> 
    61    <widget class="QWidget" name="layoutWidget"> 
    62     <property name="geometry"> 
    63      <rect> 
    64       <x>20</x> 
    65       <y>60</y> 
    66       <width>87</width> 
    67       <height>128</height> 
    68      </rect> 
    69     </property> 
    70     <layout class="QVBoxLayout" name="verticalLayout"> 
    71      <item> 
    72       <widget class="QPushButton" name="pushButton"> 
    73        <property name="text"> 
    74         <string>order</string> 
    75        </property> 
    76       </widget> 
    77      </item> 
    78      <item> 
    79       <widget class="QPushButton" name="pushButton_2"> 
    80        <property name="text"> 
    81         <string>forder</string> 
    82        </property> 
    83       </widget> 
    84      </item> 
    85      <item> 
    86       <widget class="QComboBox" name="comboBox_2"/> 
    87      </item> 
    88      <item> 
    89       <widget class="QComboBox" name="comboBox_3"/> 
    90      </item> 
    91     </layout> 
    92    </widget> 
    93    <widget class="QWidget" name="layoutWidget"> 
    94     <property name="geometry"> 
    95      <rect> 
    96       <x>10</x> 
    97       <y>20</y> 
    98       <width>169</width> 
    99       <height>29</height> 
    100      </rect> 
    101     </property> 
    102     <layout class="QHBoxLayout" name="horizontalLayout"> 
    103      <item> 
    104       <widget class="QLabel" name="label"> 
    105        <property name="text"> 
    106         <string>Space/Opera</string> 
    107        </property> 
    108       </widget> 
    109      </item> 
    110      <item> 
    111       <widget class="QComboBox" name="m_comboSpaceOrOperaName"/> 
    112      </item> 
    113     </layout> 
    114    </widget> 
    115    <widget class="QWidget" name="layoutWidget"> 
    116     <property name="geometry"> 
    117      <rect> 
    118       <x>500</x> 
    119       <y>40</y> 
    120       <width>151</width> 
    121       <height>62</height> 
    122      </rect> 
    123     </property> 
    124     <layout class="QVBoxLayout" name="verticalLayout_2"> 
    125      <item> 
    126       <widget class="QPushButton" name="pushButton_9"> 
    127        <property name="text"> 
    128         <string>Supprimer le dernier</string> 
    129        </property> 
    130       </widget> 
    131      </item> 
    132      <item> 
    133       <widget class="QPushButton" name="pushButton_10"> 
    134        <property name="text"> 
    135         <string>Supprimer tout</string> 
    136        </property> 
    137       </widget> 
    138      </item> 
    139     </layout> 
    140    </widget> 
    141    <widget class="QWidget" name="layoutWidget"> 
    142     <property name="geometry"> 
    143      <rect> 
    144       <x>640</x> 
    145       <y>190</y> 
    146       <width>87</width> 
    147       <height>62</height> 
    148      </rect> 
    149     </property> 
    150     <layout class="QVBoxLayout" name="verticalLayout_3"> 
    151      <item> 
    152       <widget class="QPushButton" name="pushButton_7"> 
    153        <property name="text"> 
    154         <string>Ajouter</string> 
    155        </property> 
    156       </widget> 
    157      </item> 
    158      <item> 
    159       <widget class="QPushButton" name="pushButton_8"> 
    160        <property name="text"> 
    161         <string>Supprimer</string> 
    162        </property> 
    163       </widget> 
    164      </item> 
    165     </layout> 
    166    </widget> 
    167   </widget> 
    168   <widget class="QGroupBox" name="groupSpaceIntraj"> 
    169    <property name="geometry"> 
    170     <rect> 
    171      <x>10</x> 
    172      <y>320</y> 
    173      <width>721</width> 
    174      <height>211</height> 
    175     </rect> 
    176    </property> 
    177    <property name="title"> 
    178     <string>Spaceintraj</string> 
    179    </property> 
    180    <property name="checkable"> 
    181     <bool>true</bool> 
    182    </property> 
    183    <property name="checked"> 
    184     <bool>false</bool> 
    185    </property> 
    186    <widget class="QComboBox" name="comboBox_5"> 
    187     <property name="geometry"> 
    188      <rect> 
    189       <x>10</x> 
    190       <y>70</y> 
    191       <width>78</width> 
    192       <height>27</height> 
    193      </rect> 
    194     </property> 
    195    </widget> 
    196    <widget class="QListView" name="listView"> 
    197     <property name="geometry"> 
    198      <rect> 
    199       <x>10</x> 
    200       <y>110</y> 
    201       <width>161</width> 
    202       <height>91</height> 
    203      </rect> 
    204     </property> 
    205    </widget> 
    206    <widget class="QListWidget" name="listWidget"> 
    207     <property name="geometry"> 
    208      <rect> 
    209       <x>200</x> 
    210       <y>10</y> 
    211       <width>361</width> 
    212       <height>71</height> 
    213      </rect> 
    214     </property> 
    215    </widget> 
    216    <widget class="QTableView" name="tableView"> 
    217     <property name="geometry"> 
    218      <rect> 
    219       <x>200</x> 
    220       <y>90</y> 
    221       <width>411</width> 
    222       <height>111</height> 
    223      </rect> 
    224     </property> 
    225    </widget> 
    226    <widget class="QWidget" name="layoutWidget"> 
    227     <property name="geometry"> 
    228      <rect> 
    229       <x>571</x> 
    230       <y>20</y> 
    231       <width>151</width> 
    232       <height>62</height> 
    233      </rect> 
    234     </property> 
    235     <layout class="QVBoxLayout" name="verticalLayout_4"> 
    236      <item> 
    237       <widget class="QPushButton" name="pushButton_5"> 
    238        <property name="text"> 
    239         <string>Supprimer le dernier</string> 
    240        </property> 
    241       </widget> 
    242      </item> 
    243      <item> 
    244       <widget class="QPushButton" name="pushButton_6"> 
    245        <property name="text"> 
    246         <string>Supprimer tout</string> 
    247        </property> 
    248       </widget> 
    249      </item> 
    250     </layout> 
    251    </widget> 
    252    <widget class="QWidget" name="layoutWidget"> 
    253     <property name="geometry"> 
    254      <rect> 
    255       <x>620</x> 
    256       <y>110</y> 
    257       <width>87</width> 
    258       <height>62</height> 
    259      </rect> 
    260     </property> 
    261     <layout class="QVBoxLayout" name="verticalLayout_5"> 
    262      <item> 
    263       <widget class="QPushButton" name="pushButton_3"> 
    264        <property name="text"> 
    265         <string>Ajouter</string> 
    266        </property> 
    267       </widget> 
    268      </item> 
    269      <item> 
    270       <widget class="QPushButton" name="pushButton_4"> 
    271        <property name="text"> 
    272         <string>Supprimer</string> 
    273        </property> 
    274       </widget> 
    275      </item> 
    276     </layout> 
    277    </widget> 
    278    <widget class="QWidget" name="layoutWidget"> 
    279     <property name="geometry"> 
    280      <rect> 
    281       <x>20</x> 
    282       <y>30</y> 
    283       <width>148</width> 
    284       <height>29</height> 
    285      </rect> 
    286     </property> 
    287     <layout class="QHBoxLayout" name="horizontalLayout_2"> 
    288      <item> 
    289       <widget class="QLabel" name="label_2"> 
    290        <property name="text"> 
    291         <string>Trajectory</string> 
    292        </property> 
    293       </widget> 
    294      </item> 
    295      <item> 
    296       <widget class="QComboBox" name="m_comboTrajName"/> 
    297      </item> 
    298     </layout> 
     189    <property name="title"> 
     190     <string>Modinspace</string> 
     191    </property> 
     192    <property name="checkable"> 
     193     <bool>true</bool> 
     194    </property> 
     195    <widget class="QListView" name="listView_2"> 
     196     <property name="geometry"> 
     197      <rect> 
     198       <x>20</x> 
     199       <y>190</y> 
     200       <width>151</width> 
     201       <height>71</height> 
     202      </rect> 
     203     </property> 
     204    </widget> 
     205    <widget class="QTableView" name="tableView_2"> 
     206     <property name="geometry"> 
     207      <rect> 
     208       <x>200</x> 
     209       <y>160</y> 
     210       <width>421</width> 
     211       <height>101</height> 
     212      </rect> 
     213     </property> 
     214    </widget> 
     215    <widget class="QTableView" name="tableView_3"> 
     216     <property name="geometry"> 
     217      <rect> 
     218       <x>200</x> 
     219       <y>10</y> 
     220       <width>281</width> 
     221       <height>141</height> 
     222      </rect> 
     223     </property> 
     224    </widget> 
     225    <widget class="QWidget" name="layoutWidget"> 
     226     <property name="geometry"> 
     227      <rect> 
     228       <x>20</x> 
     229       <y>60</y> 
     230       <width>81</width> 
     231       <height>121</height> 
     232      </rect> 
     233     </property> 
     234     <layout class="QVBoxLayout" name="verticalLayout"> 
     235      <item> 
     236       <widget class="QPushButton" name="pushButton"> 
     237        <property name="text"> 
     238         <string>order</string> 
     239        </property> 
     240       </widget> 
     241      </item> 
     242      <item> 
     243       <widget class="QPushButton" name="pushButton_2"> 
     244        <property name="text"> 
     245         <string>forder</string> 
     246        </property> 
     247       </widget> 
     248      </item> 
     249      <item> 
     250       <widget class="QComboBox" name="comboBox_2"/> 
     251      </item> 
     252      <item> 
     253       <widget class="QComboBox" name="comboBox_3"/> 
     254      </item> 
     255     </layout> 
     256    </widget> 
     257    <widget class="QWidget" name="layoutWidget"> 
     258     <property name="geometry"> 
     259      <rect> 
     260       <x>10</x> 
     261       <y>20</y> 
     262       <width>169</width> 
     263       <height>29</height> 
     264      </rect> 
     265     </property> 
     266     <layout class="QHBoxLayout" name="horizontalLayout"> 
     267      <item> 
     268       <widget class="QLabel" name="label"> 
     269        <property name="text"> 
     270         <string>Space/Opera</string> 
     271        </property> 
     272       </widget> 
     273      </item> 
     274      <item> 
     275       <widget class="QComboBox" name="m_comboSpaceOrOperaName"/> 
     276      </item> 
     277     </layout> 
     278    </widget> 
     279    <widget class="QWidget" name="layoutWidget"> 
     280     <property name="geometry"> 
     281      <rect> 
     282       <x>500</x> 
     283       <y>40</y> 
     284       <width>141</width> 
     285       <height>62</height> 
     286      </rect> 
     287     </property> 
     288     <layout class="QVBoxLayout" name="verticalLayout_2"> 
     289      <item> 
     290       <widget class="QPushButton" name="pushButton_9"> 
     291        <property name="text"> 
     292         <string>Supprimer le dernier</string> 
     293        </property> 
     294       </widget> 
     295      </item> 
     296      <item> 
     297       <widget class="QPushButton" name="pushButton_10"> 
     298        <property name="text"> 
     299         <string>Supprimer tout</string> 
     300        </property> 
     301       </widget> 
     302      </item> 
     303     </layout> 
     304    </widget> 
     305    <widget class="QWidget" name="layoutWidget"> 
     306     <property name="geometry"> 
     307      <rect> 
     308       <x>630</x> 
     309       <y>170</y> 
     310       <width>81</width> 
     311       <height>62</height> 
     312      </rect> 
     313     </property> 
     314     <layout class="QVBoxLayout" name="verticalLayout_3"> 
     315      <item> 
     316       <widget class="QPushButton" name="pushButton_7"> 
     317        <property name="text"> 
     318         <string>Ajouter</string> 
     319        </property> 
     320       </widget> 
     321      </item> 
     322      <item> 
     323       <widget class="QPushButton" name="pushButton_8"> 
     324        <property name="text"> 
     325         <string>Supprimer</string> 
     326        </property> 
     327       </widget> 
     328      </item> 
     329     </layout> 
     330    </widget> 
    299331   </widget> 
    300332  </widget> 
Note: See TracChangeset for help on using the changeset viewer.