Add primitive support of low resolutions
This commit is contained in:
@@ -38,11 +38,10 @@ class ExportPanel: public KissPanel
|
||||
Q_OBJECT;
|
||||
|
||||
public:
|
||||
ExportPanel(KissCount* kiss, wxUI *parent);
|
||||
ExportPanel(KissCount* kiss, wxUI *parent, bool lowResolution);
|
||||
~ExportPanel();
|
||||
|
||||
KissPanel* CreatePanel();
|
||||
QPushButton* GetButton();
|
||||
QString GetToolTip();
|
||||
void OnShow();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user