summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/EnvironmentDialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* CMake GUI: Use system icons when availableMatthew Woehlke2021-01-151-2/+2
| | | | | | | | Modify GUI to use system (theme) icons when available. This may only affect builds on Linux platforms when using the system-provided Qt, but will improve visual consistency with e.g. okay/cancel buttons which are also using the system/theme icons. This also means that the GUI will look slightly more "native" on Linux.
* CMake GUI: Don't use QToolButtonMatthew Woehlke2021-01-151-8/+2
| | | | | | | | Replace QToolButton instances with QPushButton. QToolButton is only meant to be used on tool bars and some other special situations. Worse, we had a mix of QToolButton and QPushButton for things that clearly should be using the same widget. This will improve visual consistency and may fix some rendering issues.
* CMake GUI: Add environment editorKyle Edwards2020-09-281-0/+130