Add color tools inside the capture editor

This commit is contained in:
lupoDharkael
2018-05-16 23:02:30 +02:00
parent 4b8d9ba6b2
commit 6adcfef413
15 changed files with 313 additions and 6 deletions

View File

@@ -28,6 +28,15 @@ const QString PathInfo::blackIconPath() {
return ":/img/buttonIconsBlack/";
}
const QString PathInfo::whiteConfigIconPath() {
return ":/img/configWhite/";
}
const QString PathInfo::blackConfigIconPath() {
return ":/img/configBlack/";
}
QStringList PathInfo::translationsPaths() {
QString binaryPath = QFileInfo(qApp->applicationDirPath())
.absoluteFilePath();