PIVX Core
5.6.99
P2P Digital Currency
src
qt
contactdropdownrow.h
Go to the documentation of this file.
1
// Copyright (c) 2019 The PIVX Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef PIVX_QT_CONTACTDROPDOWNROW_H
6
#define PIVX_QT_CONTACTDROPDOWNROW_H
7
8
#include <QWidget>
9
10
namespace
Ui
{
11
class
ContactDropdownRow
;
12
}
13
14
class
ContactDropdownRow
:
public
QWidget
15
{
16
Q_OBJECT
17
18
public
:
19
explicit
ContactDropdownRow
(QWidget *parent =
nullptr
);
20
~ContactDropdownRow
();
21
22
void
init
(
bool
isLightTheme
,
bool
isHover);
23
void
update
(
bool
isLightTheme
,
bool
isHover,
bool
isSelected);
24
void
setData
(QString address, QString label);
25
26
private
:
27
Ui::ContactDropdownRow *
ui
;
28
};
29
30
#endif
// PIVX_QT_CONTACTDROPDOWNROW_H
ContactDropdownRow
Definition:
contactdropdownrow.h:15
ContactDropdownRow::update
void update(bool isLightTheme, bool isHover, bool isSelected)
Definition:
contactdropdownrow.cpp:21
ContactDropdownRow::init
void init(bool isLightTheme, bool isHover)
Definition:
contactdropdownrow.cpp:17
ContactDropdownRow::setData
void setData(QString address, QString label)
Definition:
contactdropdownrow.cpp:25
ContactDropdownRow::ContactDropdownRow
ContactDropdownRow(QWidget *parent=nullptr)
Definition:
contactdropdownrow.cpp:8
ContactDropdownRow::~ContactDropdownRow
~ContactDropdownRow()
Definition:
contactdropdownrow.cpp:30
ContactDropdownRow::ui
Ui::ContactDropdownRow * ui
Definition:
contactdropdownrow.h:27
Ui
Definition:
addnewcontactdialog.h:10
isLightTheme
bool isLightTheme()
Definition:
qtutils.cpp:210
Generated on Wed Apr 2 2025 00:40:31 for PIVX Core by
1.9.1