10 #ifndef GEOMETRY_STATE_DIALOG_H 11 #define GEOMETRY_STATE_DIALOG_H 53 explicit GeometryStateDialog(QWidget *parent, Qt::WindowFlags f = 0) : QDialog(parent, f) {}
60 void loadGeometry(
int width = 0,
int height = 0,
const QString &dialog_name = QString());
68 #endif // GEOMETRY_STATE_DIALOG_H Definition: geometry_state_dialog.h:15