Top "Widget" questions

A widget is an element of a user interface (GUI widget) or a self-contained (usually small) software application (desktop widget).

When the keyboard appears, the Flutter widgets resize. How to prevent this?

I have a Column of Expanded widgets like this: return new Container( child: new Column( crossAxisAlignment: CrossAxisAlignment.stretch, children: <…

keyboard resize widget textfield flutter
HTML/JavaScript UI widgets GUI builder

I've heard and used some of the libraries like Ext JS, qooXdoo, jQuery UI, dijit. I know there are unofficial …

javascript user-interface widget
incorrect use of parent data widget. expanded widgets must be placed inside flex widgets

I am getting the following error: i.e.., Another exception was thrown: Incorrect use of ParentDataWidget. showing error on the …

flutter dart widget flutter-layout flutter-widget
google analytics - multiple trackers on one page (cookie conflict)

I'm writing a web application that's supposed to be embedded in other people's websites (kind of a widget). I'm using …

javascript cookies google-analytics widget
How do you get a widget's children in Qt?

I'm simulating keyPresses to an application through Qt's KeyPress function. All the KeyPresses work fine. However when I pass a …

c++ qt widget keypress qtestlib
pyqt: how to remove a widget?

I have a QGroupBox widget with children in it that I want to remove. How do I do that? I …

python qt widget pyqt
About deleting, removing widgets and layouts in Qt 4

(I use Qt 4.7, Windows 7, 64bit). I created a custom table. Each row is a horizontal layout with widgets. The rows …

qt layout widget qt4
Android - accordion widget

I'm looking at best way of creating an Accordion-style widget such as on this page. Is there a way of …

android widget accordion
Fullscreen widget

How can I make my widget fullscreen? I've tried something like this: void MainWindow::SetFullScreen() { // Make our window without panels …

c++ linux qt widget fullscreen
How to set absolute position of the widgets in qt

I am using QT to develop a rich UI application. I need to position widgets at absolute positions I should …

qt widget