ui: graph toggle button number position

Improved the position of the small number in the graph node toggle button for windows.
This commit is contained in:
Manuel Dobusch
2015-12-30 00:21:38 +01:00
parent afc2d1e6b5
commit 5af8d0f03f
10 changed files with 381 additions and 159 deletions
+12
View File
@@ -50,6 +50,17 @@ private:
size_t m_forwardButton;
};
class MouseWheelFilter
: public QObject
{
Q_OBJECT
public:
MouseWheelFilter(QObject* parent);
protected:
bool eventFilter(QObject* obj, QEvent* event);
};
class QtMainWindow
: public QMainWindow
@@ -103,6 +114,7 @@ public slots:
void redo();
void zoomIn();
void zoomOut();
void resetZoom();
void switchColorScheme();
void toggleView(View* view, bool fromMenu);