SLIBIO/SLib

How to make layout for UI.

rareli opened this issue · 3 comments

Like layout in QT:

  • QHBoxLayout;
  • QVBoxLayout;
  • QGridLayout;
  • QFormLayout;

SLib supports LinearView and ViewGroup for making layouts. It is similar with Android's LinearLayout and RelativeLayout.
However, now I'm working on layout related updates and will add new component: TableView

How to switching a page in UI?

  openPage(new LoginPage);