50 QWidget *
parent =
nullptr);
54 void onSelectionChanged();
60 void onOpenLibraryFolder();
65 [[nodiscard]] QString resolveLibraryDir()
const;
69 void refreshLibrary();
72 void refreshPreview();
76 [[nodiscard]] QString currentFilePath()
const;
82 QListWidget *m_list =
nullptr;
83 QLabel *m_libDirLabel =
nullptr;
84 QPushButton *m_openDirBtn =
nullptr;
87 QPlainTextEdit *m_preview =
nullptr;
88 QPushButton *m_applyBtn =
nullptr;
89 QPushButton *m_saveBtn =
nullptr;
90 QPushButton *m_importBtn =
nullptr;
91 QPushButton *m_exportBtn =
nullptr;
92 QPushButton *m_deleteBtn =
nullptr;
94 QDialogButtonBox *m_btns =
nullptr;