Add primitive support of low resolutions

This commit is contained in:
2012-06-29 20:33:33 +02:00
parent 1aa37d3110
commit 51e348ef7b
16 changed files with 110 additions and 112 deletions

View File

@@ -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();