mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-17 19:25:23 +00:00
Initial Options tab, CVar dialog
This commit is contained in:
@@ -9,21 +9,22 @@ class QAbstractButton;
|
||||
|
||||
namespace Ui {
|
||||
class ArgumentEditor;
|
||||
}
|
||||
} // namespace Ui
|
||||
|
||||
class ArgumentEditor : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
std::unique_ptr<Ui::ArgumentEditor> m_ui;
|
||||
QStringListModel m_model;
|
||||
|
||||
public:
|
||||
explicit ArgumentEditor(QWidget* parent = nullptr);
|
||||
~ArgumentEditor() override;
|
||||
|
||||
private slots:
|
||||
void on_addButton_clicked();
|
||||
void on_addCvarButton_clicked();
|
||||
void on_editButton_clicked();
|
||||
void on_deleteButton_clicked();
|
||||
void on_buttonBox_clicked(QAbstractButton*);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user