libui/qt5
Kristjan B Birgisson e381e6b45f Initial commit of Qt5 backend
Known issues:
- Mouse and Key event translations are incomplete
- Margin chaning is not implemented
- uiBox controls can not be re-parented (see comment in qt5/tab.cpp)
- It is bit ugly since margins have not been folded..
  ..or any styling to make it look decent for that matter
- Most signals are not supressed on programmatic changes

TODO:
- Finish unused drawmatrix function
- Fix the uiBox so every uiControl is backed by a QWidget to simplify
  reparenting/margins
2016-05-29 17:43:21 +00:00
..
GNUfiles.mk Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
GNUinstall.mk Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
GNUosspecific.mk Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
GNUosspecificlink.mk Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
alloc.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
area.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
box.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
button.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
checkbox.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
colorbutton.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
combobox.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
control.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
datetimepicker.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
debug.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
draw.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
draw.hpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
drawmatrix.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
drawpath.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
drawtext.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
editablecombo.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
entry.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
fontbutton.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
group.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
label.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
main.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
menu.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
multilineentry.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
progressbar.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
radiobuttons.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
separator.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
slider.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
spinbox.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
stddialogs.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
tab.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
text.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
uipriv_qt5.hpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00
window.cpp Initial commit of Qt5 backend 2016-05-29 17:43:21 +00:00