Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

What is CommonUI?

Part of C++ SDK and provides classes to implement UI like dialogs and palettes across Deskop,
Cloud and Mobile platforms.

It is less capable than using Xe widget or Wt native widgets but most frequently used functionality is implemented and we keep extending it as needed.

Available widgets

Checkbox, ComboBox, DockWidget, GroupBox, Label, ListWidget,
Menu, Push and ToolButtons, RadioButton and Group, ScrollableArea, Slider, Spin box,
StackedWidget, TabWidget, TextEdit (single line), TextView (multi line)

Layouts

Horizontal and Vertical Layouts

Other functionality

Timer, Basic Networking

Why to use CommonUI?

Although it is less capable as native widgets, it is the recommended way to implement your UI in modules that should run across Deskop,
Cloud and Mobile platforms. A single code base will give you a consistent styled UI across the platform.

  • No labels