Guitar
FilePropertyDialog.h
Go to the documentation of this file.
1 #ifndef FILEPROPERTYDIALOG_H
2 #define FILEPROPERTYDIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
8 }
9 
10 class MainWindow;
11 
12 class FilePropertyDialog : public QDialog {
13  Q_OBJECT
14 private:
16 public:
17  explicit FilePropertyDialog(QWidget *parent = nullptr);
18  ~FilePropertyDialog() override;
19 
20  void exec(MainWindow *mw, QString const &path, QString const &id);
21 private:
22  Ui::FilePropertyDialog *ui;
23 };
24 
25 #endif // FILEPROPERTYDIALOG_H
MainWindow::currentRepositoryName
QString currentRepositoryName() const
Definition: MainWindow.cpp:5184
FilePropertyDialog
Definition: FilePropertyDialog.h:12
FilePropertyDialog::ui
Ui::FilePropertyDialog * ui
Definition: FilePropertyDialog.h:22
Ui
Definition: AboutDialog.h:6
MainWindow
Definition: MainWindow.h:58
FilePropertyDialog::FilePropertyDialog
FilePropertyDialog(QWidget *parent=nullptr)
Definition: FilePropertyDialog.cpp:6
MainWindow.h
main.h
FilePropertyDialog.h
FilePropertyDialog::mainwindow
MainWindow * mainwindow
Definition: FilePropertyDialog.h:15
FilePropertyDialog::~FilePropertyDialog
~FilePropertyDialog() override
Definition: FilePropertyDialog.cpp:16
FilePropertyDialog::exec
void exec(MainWindow *mw, QString const &path, QString const &id)
Definition: FilePropertyDialog.cpp:21