text in FileInfoWindow can be marked and copied,

code cleaning
This commit is contained in:
Anakin
2017-01-28 16:54:36 +01:00
parent 121f5c47f1
commit 96b7d6f736
15 changed files with 446 additions and 436 deletions

View File

@@ -1,5 +1,8 @@
#include "..\Header\SettingsWindow.h"
#include <QString>
/////////////////////////////////////////////////////////////////////////
// constructor/destructor
SettingsWindow::SettingsWindow(QVector3D bgOffColor, QVector3D bgOnColor, QVector3D lightColor, bool autoColor, double ambCoef, double attFac, int lightType, QWidget * parent)
: QWidget(parent)
@@ -38,6 +41,10 @@ SettingsWindow::~SettingsWindow()
delete ui;
}
/////////////////////////////////////////////////////////////////////////
// functions
void SettingsWindow::setupConnections()
{
// light off
@@ -87,8 +94,8 @@ void SettingsWindow::setupConnections()
}
////////////////////////////////////////////////////////////////////////////////
// connection slots
/////////////////////////////////////////////////////////////////////////
// slots
void SettingsWindow::autoColorToggled()
{