Search the Community
Showing results for tags 'widgetbutton'.
-
widgetbutton В 2.18 версии отсутствует метод addCallback в WidgetButton, устаревшая документация
Nehuhry posted a topic in Documentation
Добрый вечер! В документации на WidgetButton устаревшая информация. Вызов привязки обработчика события клика на кнопку теперь выглядит таким образом: Было: m_btn->addCallback(Gui::CLICKED, MakeCallback(onButtonClicked)); Стало: m_btn->getEventClicked().connect(this, &BaseHUD::onButtonClicked); -
Привет! Может кто создавал подобное. Я хочу в интерфейсе (загруженный через *.ui файл) создавать динамические GUI элементы. Пример: Есть диалоговое окно, на котором будет вопрос WidgetLabel, а ниже несколько вариантов ответов (WidgetButton или WidgetSprite) варианты с WidgetListBox и WidgetMenuBox не надо. Спасибо! ===================== translation from google ===================== Hello! Who can create similar. I want to interface (loaded via *. Ui file) to create dynamic GUI elements. Example: There is a dialog box that will question WidgetLabel, but below are a few answers (WidgetButton or WidgetSprite) options with WidgetListBox and WidgetMenuBox not. Thanks!
-
If the texture of a WidgetButton is set, will the button's dimensions always be fixed to the texture's dimensions? For example, if I set a texture of 128x128 resolution as the image using WidgetButton.setTexture() then the button's size is fixed to 128x128. widgetButton1.setHeight(height);widgetButton1.setWidth(width); has no effect on the button's dimensions.
- 1 reply
-
- widget size
- widgetbutton
-
(and 1 more)
Tagged with: