summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/QtInstanceFrame.hxx
blob: 2793956862a970cef0ba67e0bf22e8bbe62a1484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
 * 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/.
 */

#pragma once

#include "QtInstanceContainer.hxx"

#include <QtWidgets/QGroupBox>

class QtInstanceFrame : public QtInstanceContainer, public virtual weld::Frame
{
    QGroupBox* m_pGroupBox;

public:
    QtInstanceFrame(QGroupBox* pGroupBox);

    virtual void set_label(const OUString& rText) override;
    virtual OUString get_label() const override;
    virtual std::unique_ptr<weld::Label> weld_label_widget() const override;
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
?id=0c57f31a8b15ec0e84d1e3752122664af236a8c3'>convert ParamType enum in SC to enum classNoel Grandin 2014-06-25remove whitespaceMarkus Mohrhard 2014-04-19fixincludeguards.sh: scThomas Arnhold 2013-07-09Modifying comments to meet Doxygen standardsNourah.AlShoeibi 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2012-12-04re-base on ALv2 code. Includes:Michael Meeks