- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/QtQuery.hpp
r12948c r85b112 29 29 class QTextEdit; 30 30 class QComboBox; 31 class QCheckBox; 31 32 32 33 // Forward declarations for plumbing … … 91 92 QBoxLayout *thisLayout; 92 93 QLabel *titleLabel; 93 QC omboBox *booleanComboBox;94 QCheckBox *booleanCheckBox; 94 95 95 96 BooleanQtQueryPipe *pipe; … … 325 326 QBoxLayout *coordLayout; 326 327 QLabel *coordLabel; 327 QDoubleSpinBox *coordInput; 328 QDoubleSpinBox *coordInputX; 329 QDoubleSpinBox *coordInputY; 330 QDoubleSpinBox *coordInputZ; 328 331 329 332 VectorQtQueryPipe *pipe;
Note:
See TracChangeset
for help on using the changeset viewer.