/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #pragma once #include @interface AquaA11yWrapperButton : AquaA11yWrapper { } - (id)valueAttribute; - (id)descriptionAttribute; - (NSArray*)accessibilityAttributeNames; @end /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/qt6
AgeCommit message (Expand)Author
3 daystdf#130857 qt weld: Add QtInstanceScaleMichael Weghorn
3 daystdf#130857 qt weld: Add a QtInstanceToggleButtonMichael Weghorn
4 daystdf#130857 qt weld: Introduce QtInstanceGridMichael Weghorn
7 daystdf#130857 qt weld: Introduce QtInstanceScrolledWindowMichael Weghorn
13 daystdf#130857 qt weld: Add QtInstanceIconView skeletonMichael Weghorn
2024-11-28tdf#130857 qt weld: Drop unused headerMichael Weghorn
2024-11-27tdf#130857 qt weld: Introduce custom QDoubleSpinBox subclassMichael Weghorn
2024-11-24tdf#130857 qt weld: Add QtInstanceExpanderMichael Weghorn
2024-11-24tdf#130857 qt weld: Implement "GtkExpander" equivalentMichael Weghorn
2024-11-18qt: Update vim headers/trailersMichael Weghorn
2024-11-10tdf#130857 qt weld: Add QtInstanceNotebook skeletonMichael Weghorn
2024-11-09tdf#130857 qt weld: Add QtInstanceTreeView skeletonMichael Weghorn
2024-11-08tdf#130857 qt weld: Add initial SpinButton supportMichael Weghorn
2024-11-07tdf#130857 qt weld: Add QtInstanceDrawingArea basicsMichael Weghorn
2024-11-06tdf#158943 Libreoffice Theme Part 3: Qt Color CustomizationSahil Gautam
2024-10-30tdf#130857 qt weld: Add a QtInstanceProgressBarMichael Weghorn
2024-10-30tdf#130857 qt weld: Add a QtInstanceLevelBarMichael 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: Add a QtInstanceFrameMichael Weghorn
2024-10-23tdf#130857 qt weld: Add initial combobox handlingMichael Weghorn
2024-10-05tdf#130857 qt weld: Add a QtInstanceTextViewMichael Weghorn
2024-10-05tdf#130857 qt weld: Add QtInstanceEntryMichael Weghorn
2024-10-02tdf#130857 qt weld: Add QtInstanceCheckButtonMichael Weghorn
2024-10-02tdf#130857 qt weld: Add initial QtInstanceLabel implementationMichael Weghorn
2024-09-25tdf#130857 qt weld: Implement QtBuilder + use it for first msg dialogOmkarAcharekar
2024-09-18tdf#130857 qt weld: Add QtInstanceBuilder skeletonOmkarAcharekar
2024-08-07tdf#162351 tdf#130857 qt weld: Add basic QtInstanceButtonMichael Weghorn
2024-01-08tdf#130857 Use native qt widgets - simple message dialogOmkarAcharekar