/external/ct2n/

weld: Add initial combobox handling 2024-10-23T16:37:57+00:00 Michael Weghorn m.weghorn@posteo.de 2024-10-22T16:19:45+00:00 4bdcb6169130a7cf40a1324527b41b643c811a78 * Add new class QtInstanceComboBox as a weld::ComboBox implementation using a native QComboBox. Implement some of the most important and straightforward methods and trigger an assert for all others for now. * In QtBuilder::makeObject, handle the "GtkComboBoxText" case and create a QComboBox for that. * Implement QtInstanceBuilder::weld_combo_box to return a QtInstanceComboBox instance. Change-Id: I2ac2d0f55a948ea2f090c81096484e22899ddcbc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175443 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
* Add new class QtInstanceComboBox as a weld::ComboBox
  implementation using a native QComboBox. Implement
  some of the most important and straightforward methods
  and trigger an assert for all others for now.

* In QtBuilder::makeObject, handle the "GtkComboBoxText"
  case and create a QComboBox for that.

* Implement QtInstanceBuilder::weld_combo_box
  to return a QtInstanceComboBox instance.

Change-Id: I2ac2d0f55a948ea2f090c81096484e22899ddcbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175443
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins