summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtBuilder.cxx
AgeCommit message (Expand)Author
2024-10-29tdf#130857 qt weld: Set widget tooltip defined in .ui fileMichael Weghorn
2024-10-29tdf#130857 qt weld: Set button image set in .ui fileMichael Weghorn
2024-10-28tdf#130857 qt weld: Don't expect packing props on implicit gridMichael Weghorn
2024-10-26tdf#130857 qt weld: Evaluate + set grid item row/col spanMichael Weghorn
2024-10-26tdf#130857 qt weld: Set actual positions for layouts inside gridMichael Weghorn
2024-10-26tdf#130857 qt weld: Simplify QtBuilder::applyGridPackingPropertiesMichael Weghorn
2024-10-26tdf#130857 qt weld: Add child layouts to gridMichael Weghorn
2024-10-26tdf#130857 qt weld: Add a QtInstanceLinkButtonMichael Weghorn
2024-10-26tdf#130857 qt weld: Add QtInstanceImage skeletonMichael Weghorn
2024-10-25tdf#130857 qt weld: Add QtInstanceRadioButtonMichael Weghorn
2024-10-25tdf#130857 qt weld: Handle combobox entries from .ui fileMichael Weghorn
2024-10-24tdf#130857 qt weld: Handle entry for editable comboboxesMichael Weghorn
2024-10-24qt: Have just a single toQString(const OUString&)Michael Weghorn
2024-10-23tdf#130857 qt weld: Add initial combobox handlingMichael Weghorn
2024-10-22tdf#130857 qt weld: Evaluate grid positionsMichael Weghorn
2024-10-22tdf#130857 qt weld: Create QGridLayout for "GtkGrid"Michael Weghorn
2024-10-12tdf#130857 qt weld: Set visibility based on "visible" propMichael Weghorn
2024-10-07tdf#130857 qt a11y weld: Handle "accepts-tab" text view propertyMichael Weghorn
2024-10-05tdf#130857 qt a11y weld: Convert accelerator for labelsMichael Weghorn
2024-10-05tdf#130857 qt a11y weld: Set "buddy" (mnemonic widget)Michael Weghorn
2024-10-05tdf#130857 VclBuilder: Extract setMnemonicWidget helper + call from baseMichael Weghorn
2024-10-05tdf#130857 qt weld: Add a QtInstanceTextViewMichael Weghorn
2024-10-05tdf#130857 qt weld: Add basic handling for "GtkScrolledWindow"Michael Weghorn
2024-10-05tdf#130857 qt weld: Add QtInstanceEntryMichael Weghorn
2024-10-05tdf#130857 qt weld: Show help when help button clickedMichael Weghorn
2024-10-05tdf#130857 qt weld: Handle help IDMichael Weghorn
2024-10-05tdf#130857 qt weld: Move button clicked logic to QtInstanceDialogMichael Weghorn
2024-10-05tdf#130857 qt a11y weld: Apply ATK/a11y propertiesMichael Weghorn
2024-10-05tdf#130857 qt weld: Convert GTK to Qt accelerator/mnemonicMichael Weghorn
2024-10-05tdf#130857 qt weld: Create QGroupBox for "GtkFrame"Michael Weghorn
2024-10-02tdf#130857 qt weld: Add QtInstanceCheckButtonMichael Weghorn
2024-10-02tdf#130857 qt weld: Add new layout to parent layoutMichael Weghorn
2024-09-30tdf#130857 qt a11y weld: Set GtkBuilder ID as widget's accessible IDMichael Weghorn
2024-09-30tdf#130857 qt weld: Set dialog title and modalityMichael Weghorn
2024-09-28tdf#130857 qt weld: Close dialog on button clickMichael Weghorn
2024-09-28tdf#130857 qt weld: Ensure dialog button box is last in layoutMichael Weghorn
2024-09-28tdf#130857 qt weld: Add initial support for dialog and labelMichael Weghorn
2024-09-28tdf#130857 qt weld: Use QDialog* as param for findButtonBoxMichael Weghorn
2024-09-28tdf#130857 qt weld: Avoid unnecessary OUString copyMichael Weghorn
2024-09-28tdf#130857 qt weld: Use "p" prefix for pointer param nameMichael Weghorn
2024-09-28tdf#130857 qt weld: Set widget layout and add to parent layoutMichael Weghorn
2024-09-28tdf#130857 qt weld: Ignore placeholdersMichael Weghorn
2024-09-28tdf#130857 qt weld: SAL_WARN and assert on unsupported widget typeMichael Weghorn
2024-09-25tdf#130857 qt weld: Implement QtBuilder::set_responseMichael Weghorn
2024-09-25tdf#130857 qt weld: Implement QtBuilder + use it for first msg dialogOmkarAcharekar
2024-09-21tdf#130857 qt weld: Drop accidently added empty filesMichael Weghorn
2024-09-18tdf#130857 qt weld: Add QtInstanceBuilder skeletonOmkarAcharekar