diff options
author | daniel-Jones <daniel@danieljon.es> | 2016-07-08 21:48:52 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2016-07-08 21:48:52 +0930 |
commit | f7bbb4f3d4325df390ce54cbb46c99a964a5a508 (patch) | |
tree | e0d6430d2de0cef960cd7120e1f2dc9bea9b2ed1 /qt/build | |
parent | 3b7cb85d384ca231fb6f25493dbc4e476987beae (diff) | |
download | RGB-Controller-f7bbb4f3d4325df390ce54cbb46c99a964a5a508.tar.gz RGB-Controller-f7bbb4f3d4325df390ce54cbb46c99a964a5a508.zip |
Added a dialog box function that gives an ok/cancer message box - put this to use when deleting presets, it now confirms you want to delete the preset. I may have accidently deleted a few by mistake, woops.
Diffstat (limited to 'qt/build')
-rwxr-xr-x | qt/build/degub/RGBController | bin | 1306008 -> 1314264 bytes | |||
-rw-r--r-- | qt/build/degub/controllerwindow.o | bin | 1018376 -> 1029400 bytes | |||
-rw-r--r-- | qt/build/degub/moc_controllerwindow.o | bin | 971632 -> 971792 bytes | |||
-rw-r--r-- | qt/build/degub/presets.txt | 6 |
4 files changed, 0 insertions, 6 deletions
diff --git a/qt/build/degub/RGBController b/qt/build/degub/RGBController Binary files differindex 3dbeac9..41cc589 100755 --- a/qt/build/degub/RGBController +++ b/qt/build/degub/RGBController diff --git a/qt/build/degub/controllerwindow.o b/qt/build/degub/controllerwindow.o Binary files differindex 7fce5fa..b9424c6 100644 --- a/qt/build/degub/controllerwindow.o +++ b/qt/build/degub/controllerwindow.o diff --git a/qt/build/degub/moc_controllerwindow.o b/qt/build/degub/moc_controllerwindow.o Binary files differindex 9086496..d19a41d 100644 --- a/qt/build/degub/moc_controllerwindow.o +++ b/qt/build/degub/moc_controllerwindow.o diff --git a/qt/build/degub/presets.txt b/qt/build/degub/presets.txt index 7bc9af4..2b9422e 100644 --- a/qt/build/degub/presets.txt +++ b/qt/build/degub/presets.txt @@ -1,9 +1,3 @@ -Only add things to this file if you know what you are doing. -Don't be dumb. - -The program only cares for lines here if they contain the equals symbol. -Everything else is ignored - if you add an equals symbol to this file, you will most likely crash it. - white=255,255,255 purple=255,0,255 light purple=255,55,255 |