Tue, 28 Jun 2022 11:51:17 +0300
- Add CMake build type to about page and window title
- Use locale-dependant short date format in window title and long format in about page
- Move version definition into project() call
- Renamed the c++ macros to match CMake variable names
<ui version="4.0"> <author/> <comment/> <exportmacro/> <class>ColorInput</class> <widget class="QWidget" name="ColorInput"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> </widget> <pixmapfunction/> <connections/> </ui>