...
Available widgets
Checkbox, ComboBox, Dialog, DockWidget, GroupBox, Label, ListWidget,
Menu, Push and ToolButtons, RadioButton and Group, ScrollableArea, Slider, Spin box,
StackedWidget, TabWidget, TextEdit (single line), TextView (multi line)
...
Include FxUIObject.h first before including any other headers from SDK inc, e.g. by adding include to stdaftstdafx.h
Code Block |
---|
#include <FxUIObject.h> |
...