ui/qt/label.cpp

changeset 672
1b08ba076b65
parent 597
fc85ca42a7ce
child 802
cc73993a3ff9
equal deleted inserted replaced
671:0ab4c7a18660 672:1b08ba076b65
45 } else if(args->align == UI_ALIGN_RIGHT) { 45 } else if(args->align == UI_ALIGN_RIGHT) {
46 align = Qt::AlignRight; 46 align = Qt::AlignRight;
47 } 47 }
48 widget->setAlignment(align); 48 widget->setAlignment(align);
49 49
50 ctn->add(widget, false); 50 ctn->add(widget);
51 51
52 return widget; 52 return widget;
53 } 53 }
54 54
55 UIWIDGET ui_llabel_create(UiObject* obj, UiLabelArgs *args) { 55 UIWIDGET ui_llabel_create(UiObject* obj, UiLabelArgs *args) {

mercurial