first commit
This commit is contained in:
34
project/fm_viewer/ui/rm_dialog_bbviewer.h
Normal file
34
project/fm_viewer/ui/rm_dialog_bbviewer.h
Normal file
@@ -0,0 +1,34 @@
|
||||
#ifndef RM_DIALOG_BBVIEWER_H
|
||||
#define RM_DIALOG_BBVIEWER_H
|
||||
#include "rm_popup.h"
|
||||
|
||||
#if !(LIVE_LANGUAGE2)
|
||||
|
||||
class RMButton;
|
||||
class RMDialogBBViewer : public RMPopup
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit RMDialogBBViewer(QWidget *parent = nullptr,QString title = QString(""));
|
||||
|
||||
void createLanguageLayout();
|
||||
void createInfoLayout();
|
||||
void createOpenLayout();
|
||||
static int languageIndex;
|
||||
|
||||
static QString selectedDisk;
|
||||
|
||||
private:
|
||||
RMButton* _cancelButton;
|
||||
RMButton* _okButton;
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void onLanguageSelected(int index);
|
||||
void onSelectOther();
|
||||
void onDiskSelected(QString disk);
|
||||
};
|
||||
|
||||
#endif // #if !(LIVE_LANGUAGE2)
|
||||
|
||||
#endif // RM_DIALOG_BBVIEWER_H
|
||||
Reference in New Issue
Block a user