31 // ============================================================================= |
31 // ============================================================================= |
32 class SetContentsDialog : public QDialog { |
32 class SetContentsDialog : public QDialog { |
33 public: |
33 public: |
34 QLabel* qContentsLabel; |
34 QLabel* qContentsLabel; |
35 QLineEdit* qContents; |
35 QLineEdit* qContents; |
36 QDialogButtonBox* qOKCancel; |
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); |
40 |
40 |
41 private slots: |
41 private slots: |