Scalable widget size
[irwi] / src / mainwidget.h
index cfc0132..1f74c10 100644 (file)
@@ -21,8 +21,9 @@ public slots:
 
 protected:
     void paintEvent(QPaintEvent *event);
+
 private:
+    void resize();
     static const int BUTTON_COUNT = 6;
     QGridLayout *layout;
     QToolButton *buttons[BUTTON_COUNT];