zz_setContentsDialog.h

changeset 61
109b07334fa0
parent 39
110669124caf
child 82
e61c50fdb8cc
equal deleted inserted replaced
60:961663d05463 61:109b07334fa0
29 // are exposed to the user and is reinterpreted if the user accepts the new 29 // are exposed to the user and is reinterpreted if the user accepts the new
30 // contents. 30 // contents.
31 // ============================================================================= 31 // =============================================================================
32 class SetContentsDialog : public QDialog { 32 class SetContentsDialog : public QDialog {
33 public: 33 public:
34 QLabel* qContentsLabel; 34 QLabel* qContentsLabel, *qErrorLabel;
35 QLineEdit* qContents; 35 QLineEdit* qContents;
36 QDialogButtonBox* qButtons; 36 QDialogButtonBox* qButtons;
37 37
38 SetContentsDialog (LDObject* obj, QWidget* parent = nullptr); 38 SetContentsDialog (LDObject* obj, QWidget* parent = nullptr);
39 static void staticDialog (LDObject* obj, ForgeWindow* parent); 39 static void staticDialog (LDObject* obj, ForgeWindow* parent);

mercurial