- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/QtQuery.hpp
rcb5231 r33e801 414 414 415 415 public slots: 416 void pageChanged(int);417 void onUpdateName(int);418 416 void onUpdateX(double); 419 417 void onUpdateY(double); … … 426 424 QBoxLayout *subLayout; 427 425 QBoxLayout *coordLayout; 426 QLabel *coordLabel; 428 427 QDoubleSpinBox *coordInputX; 429 428 QDoubleSpinBox *coordInputY; 430 429 QDoubleSpinBox *coordInputZ; 431 430 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 433 class QtDialog::VectorsQtQuery : public QWidget, public QtQuery<std::vector<Vector> >, public QtQueryList<Vector> { 440 434 Q_OBJECT 441 435 public:
Note:
See TracChangeset
for help on using the changeset viewer.