6ab6dcf920
Introduce a new QtDoubleSpinBox subclass for the stock QDoubleSpinBox and use it for the native Qt weld::SpinButton implementation. Initially, the new subclass doesn't add any additional functionality, but that will be added in future commits to provide functionality needed to implement more of the QtInstanceSpinButton methods. Change-Id: Icebbf6485172b065d6a6d2c1c8ef87be9d3d244e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177435 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
12 lines
489 B
C++
12 lines
489 B
C++
/* -*- 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/.
|
|
*/
|
|
|
|
#include "../qt5/QtDoubleSpinBox.cxx"
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|