This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
ced96a480d51fd6eb6e30d0141cb427f00ef234e
qt-creator
/
tests
/
manual
/
widgets
/
CMakeLists.txt
4 lines
91 B
CMake
Raw
Normal View
History
Unescape
Escape
CMake build system: Add manual tests With tst_manual_widgets_crumblepath as first candidate. Change-Id: If66b53a459865903b2028966ac2d6d9357356aed Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2019-12-13 18:04:19 +01:00
add_subdirectory
(
crumblepath
)
Utils: Introduce InfoLabel Utils::InfoLabel is meant to replace around 30 custom implementations of a QHBoxLayout with an pixmap QLabel and a text QLabel. Instead of fiddling with pixmaps, the user of InfoLabel can set an enum for info/warning/etc... type. Internally, a globally shared QIcon is used. The usage of QIcon ensures that @1x, @2x and hybrid cases are handled. Task-number: QTCREATORBUG-23346 Change-Id: I0f91a21e64f095db14837512263c4becbb2c13d7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2019-12-11 15:55:03 +01:00
add_subdirectory
(
infolabel
)
ManhattanStyle: Add a manual test program for style development Just a small tool for a fast overview. Actual fixes to the Manhattan style follow later. Task-number: QTCREATORBUG-23505 Change-Id: Iffd0db42d379c81c4e07e71919723cd6d684b514 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2020-01-14 13:32:13 +01:00
add_subdirectory
(
manhattanstyle
)
Copy Permalink