From abdea612b87728b568b971c522fa3a387410fb77 Mon Sep 17 00:00:00 2001 From: am0ebe <am0ebe@gmx.de> Date: Thu, 18 Jan 2024 11:57:52 +0100 Subject: [PATCH] update gitignore and configure designer in sublime IDE to quickly edit ui --- .gitignore | 2 ++ README | 2 +- recorder.sublime-project | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 648bf8f..09d9bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ obj/* obj/Makefile !obj/recorder.pro +.cache +*.autosave *.o *.avi *.sublime-workspace diff --git a/README b/README index 1bd670a..5eaea05 100644 --- a/README +++ b/README @@ -5,4 +5,4 @@ Based of VimbaX SDK from: -> expanded on VimbaCPP/Example/AsyncOpenCVRecorder ! -used to acquire images and store them as jpeg along with timestamps +does: acquire images and store them as jpeg along with timestamps diff --git a/recorder.sublime-project b/recorder.sublime-project index 3f14b96..c5f3498 100644 --- a/recorder.sublime-project +++ b/recorder.sublime-project @@ -66,6 +66,10 @@ "name": "bear -- create new compile_commands.json", "shell_cmd": "bear -- make -j`nproc` && mv compile_commands.json ..", }, + { + "name": "designer", + "shell_cmd": "designer ../src/mainwindow.ui", + }, // { // "name": "distclean ", // "shell_cmd": "make -j`nproc` distclean", -- GitLab