summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-08-28 12:55:35 +0200
committerSimon Rettberg2018-08-28 12:55:35 +0200
commit74de0010bdf71e8f4cf7495c53853065b78462ec (patch)
treee13a637ef39cabfe364b325209164140f32bb11a /src/widget.h
parentGetting there, slowly (diff)
downloadbeamergui-74de0010bdf71e8f4cf7495c53853065b78462ec.tar.gz
beamergui-74de0010bdf71e8f4cf7495c53853065b78462ec.tar.xz
beamergui-74de0010bdf71e8f4cf7495c53853065b78462ec.zip
UI improvements
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h
index 4e3c932..f784ce9 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -3,6 +3,7 @@
#include <QWidget> // for Qt5
#include <QDebug>
+#include <QIcon>
namespace Ui {
class Widget;
@@ -32,8 +33,9 @@ private:
QVector<AdvancedOutput*> _advancedOutput;
QList<const QScreen *> _qtScreens;
bool _popupCount;
+ QIcon _iProjector, _iScreen;
- void initControls();
+ void initControls(bool jumpToTab = false);
void connectButtons();
bool keepResolution();
};