Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Query/QtQuery.hpp

    rcb5231 r33e801  
    414414
    415415public slots:
    416   void pageChanged(int);
    417   void onUpdateName(int);
    418416  void onUpdateX(double);
    419417  void onUpdateY(double);
     
    426424  QBoxLayout *subLayout;
    427425  QBoxLayout *coordLayout;
     426  QLabel *coordLabel;
    428427  QDoubleSpinBox *coordInputX;
    429428  QDoubleSpinBox *coordInputY;
    430429  QDoubleSpinBox *coordInputZ;
    431430  Dialog *dialog;
    432   QBoxLayout *nameLayout;
    433   QComboBox *nameComboBox;
    434 };
    435 
    436 class QtDialog::VectorsQtQuery :
    437     public QWidget,
    438     public QtQuery<std::vector<Vector> >,
    439     public QtQueryList<Vector> {
     431};
     432
     433class QtDialog::VectorsQtQuery : public QWidget, public QtQuery<std::vector<Vector> >, public QtQueryList<Vector> {
    440434  Q_OBJECT
    441435public:
Note: See TracChangeset for help on using the changeset viewer.