digiKam
Loading...
Searching...
No Matches
showfotosetuptooltip.h
Go to the documentation of this file.
1
/* ============================================================
2
*
3
* This file is a part of digiKam project
4
* https://www.digikam.org
5
*
6
* Date : 2006-07-09
7
* Description : item tool tip configuration setup tab
8
*
9
* SPDX-FileCopyrightText: 2006-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
*
11
* SPDX-License-Identifier: GPL-2.0-or-later
12
*
13
* ============================================================ */
14
15
#pragma once
16
17
// Qt includes
18
19
#include <QScrollArea>
20
21
namespace
ShowFoto
22
{
23
24
class
ShowfotoSetupToolTip
:
public
QScrollArea
25
{
26
Q_OBJECT
27
28
public
:
29
30
explicit
ShowfotoSetupToolTip
(QWidget*
const
parent =
nullptr
);
31
~ShowfotoSetupToolTip
()
override
;
32
33
void
applySettings
();
34
35
private
:
36
37
void
readSettings();
38
39
private
:
40
41
class
Private;
42
Private*
const
d =
nullptr
;
43
};
44
45
}
// namespace ShowFoto
ShowFoto::ShowfotoSetupToolTip
Definition
showfotosetuptooltip.h:25
ShowFoto::ShowfotoSetupToolTip::~ShowfotoSetupToolTip
~ShowfotoSetupToolTip() override
Definition
showfotosetuptooltip.cpp:189
ShowFoto::ShowfotoSetupToolTip::applySettings
void applySettings()
Definition
showfotosetuptooltip.cpp:220
ShowFoto
Definition
showfotofolderviewbar.cpp:43
core
showfoto
setup
showfotosetuptooltip.h
Generated by
1.9.8