2
0
forked from Ivasoft/DSView

Merge branch 'develop' of https://github.com/DreamSourceLab/DSView into develop

Conflicts:
	INSTALL
This commit is contained in:
DreamSourceLab
2016-08-11 11:43:17 +08:00
7 changed files with 109 additions and 84 deletions

View File

@@ -51,6 +51,12 @@ MainFrame::MainFrame(DeviceManager &device_manager,
setMinimumWidth(800);
//resize(1024, 768);
// Set the window icon
QIcon icon;
icon.addFile(QString::fromUtf8(":/icons/logo.png"),
QSize(), QIcon::Normal, QIcon::Off);
setWindowIcon(icon);
_moving = false;
_startPos = None;
_freezing = false;