mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Corrected formatting and cleanup
This commit is contained in:
parent
d11bb247b3
commit
a8e266129a
10 changed files with 791 additions and 795 deletions
|
@ -27,7 +27,6 @@ The following libraries are required:
|
||||||
* libxi, libxtst, qtx11extras (optional for auto-type on X11)
|
* libxi, libxtst, qtx11extras (optional for auto-type on X11)
|
||||||
* libsodium (>= 1.0.12, optional for KeePassXC-Browser support)
|
* libsodium (>= 1.0.12, optional for KeePassXC-Browser support)
|
||||||
* libargon2
|
* libargon2
|
||||||
* libquazip5
|
|
||||||
|
|
||||||
Prepare the Building Environment
|
Prepare the Building Environment
|
||||||
================================
|
================================
|
||||||
|
@ -100,10 +99,12 @@ These steps place the compiled KeePassXC binary inside the `./build/src/` direct
|
||||||
-DWITH_XC_BROWSER=[ON|OFF] Enable/Disable KeePassXC-Browser extension support (default: OFF)
|
-DWITH_XC_BROWSER=[ON|OFF] Enable/Disable KeePassXC-Browser extension support (default: OFF)
|
||||||
-DWITH_XC_NETWORKING=[ON|OFF] Enable/Disable Networking support (favicon download) (default: OFF)
|
-DWITH_XC_NETWORKING=[ON|OFF] Enable/Disable Networking support (favicon download) (default: OFF)
|
||||||
-DWITH_XC_SSHAGENT=[ON|OFF] Enable/Disable SSHAgent support (default: OFF)
|
-DWITH_XC_SSHAGENT=[ON|OFF] Enable/Disable SSHAgent support (default: OFF)
|
||||||
-DWITH_XC_SHARING=[ON|OFF] Enable/Disable Sharing extension (default: OFF)
|
-DWITH_XC_KEESHARE=[ON|OFF] Enable/Disable KeeShare group syncronization extension (default: OFF)
|
||||||
-DWITH_XC_TOUCHID=[ON|OFF] (macOS Only) Enable/Disable Touch ID unlock (default:OFF)
|
-DWITH_XC_TOUCHID=[ON|OFF] (macOS Only) Enable/Disable Touch ID unlock (default:OFF)
|
||||||
-DWITH_XC_ALL=[ON|OFF] Enable/Disable compiling all plugins above (default: OFF)
|
-DWITH_XC_ALL=[ON|OFF] Enable/Disable compiling all plugins above (default: OFF)
|
||||||
|
|
||||||
|
-DWITH_XC_KEESHARE_SECURE=[ON|OFF] Enable/Disable KeeShare secure containers, requires libquazip5 (default: OFF)
|
||||||
|
|
||||||
-DWITH_TESTS=[ON|OFF] Enable/Disable building of unit tests (default: ON)
|
-DWITH_TESTS=[ON|OFF] Enable/Disable building of unit tests (default: ON)
|
||||||
-DWITH_GUI_TESTS=[ON|OFF] Enable/Disable building of GUI tests (default: OFF)
|
-DWITH_GUI_TESTS=[ON|OFF] Enable/Disable building of GUI tests (default: OFF)
|
||||||
-DWITH_DEV_BUILD=[ON|OFF] Enable/Disable deprecated method warnings (default: OFF)
|
-DWITH_DEV_BUILD=[ON|OFF] Enable/Disable deprecated method warnings (default: OFF)
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
# <img src="https://keepassxc.org/logo.png" width="40" height="40"/> KeePassXC
|
# <img src="https://keepassxc.org/logo.png" width="40" height="40"/> KeePassXC
|
||||||
[/statusIcon)](https://ci.keepassxc.org/?guest=1) [](https://codecov.io/gh/keepassxreboot/keepassxc)
|
[/statusIcon)](https://ci.keepassxc.org/?guest=1) [](https://codecov.io/gh/keepassxreboot/keepassxc)
|
||||||
|
|
||||||
|
|
||||||
## Note
|
|
||||||
This is a feature fork to introduce the concept of Sharing to KeepPassXC. See [Using Sharing](./docs/QUICKSTART.md#using-sharing) for more details.
|
|
||||||
|
|
||||||
## About KeePassXC
|
## About KeePassXC
|
||||||
[KeePassXC](https://keepassxc.org) is a cross-platform community fork of
|
[KeePassXC](https://keepassxc.org) is a cross-platform community fork of
|
||||||
[KeePassX](https://www.keepassx.org/).
|
[KeePassX](https://www.keepassx.org/).
|
||||||
|
@ -38,7 +34,7 @@ so please check out your distribution's package list to see if KeePassXC is avai
|
||||||
[Google Chrome or Chromium](https://chrome.google.com/webstore/detail/keepasshttp-connector/dafgdjggglmmknipkhngniifhplpcldb), and
|
[Google Chrome or Chromium](https://chrome.google.com/webstore/detail/keepasshttp-connector/dafgdjggglmmknipkhngniifhplpcldb), and
|
||||||
[passafari](https://github.com/mmichaa/passafari.safariextension/) in Safari. [[See note about KeePassHTTP]](#note-about-keepasshttp)
|
[passafari](https://github.com/mmichaa/passafari.safariextension/) in Safari. [[See note about KeePassHTTP]](#note-about-keepasshttp)
|
||||||
- Browser integration with KeePassXC-Browser using [native messaging](https://developer.chrome.com/extensions/nativeMessaging) for [Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/) and [Google Chrome or Chromium](https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk)
|
- Browser integration with KeePassXC-Browser using [native messaging](https://developer.chrome.com/extensions/nativeMessaging) for [Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/) and [Google Chrome or Chromium](https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk)
|
||||||
- Sharing of passwords using KeeShare. See [Using Sharing](./docs/QUICKSTART.md#using-sharing) for more details.
|
- Synchronize passwords using KeeShare. See [Using Sharing](./docs/QUICKSTART.md#using-sharing) for more details.
|
||||||
- Many bug fixes
|
- Many bug fixes
|
||||||
|
|
||||||
For a full list of features and changes, read the [CHANGELOG](CHANGELOG) document.
|
For a full list of features and changes, read the [CHANGELOG](CHANGELOG) document.
|
||||||
|
|
|
@ -4,15 +4,14 @@
|
||||||
# QUAZIP_LIBRARIES - List of QuaZip libraries
|
# QUAZIP_LIBRARIES - List of QuaZip libraries
|
||||||
# QUAZIP_ZLIB_INCLUDE_DIR - The include dir of zlib headers
|
# QUAZIP_ZLIB_INCLUDE_DIR - The include dir of zlib headers
|
||||||
|
|
||||||
|
IF(QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
|
||||||
IF (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
|
|
||||||
# in cache already
|
# in cache already
|
||||||
SET(QUAZIP_FOUND TRUE)
|
SET(QUAZIP_FOUND TRUE)
|
||||||
ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
|
ELSE(QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
|
||||||
IF (Qt5Core_FOUND)
|
IF(Qt5Core_FOUND)
|
||||||
set(QUAZIP_LIB_VERSION_SUFFIX 5)
|
set(QUAZIP_LIB_VERSION_SUFFIX 5)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
IF (WIN32)
|
IF(WIN32)
|
||||||
FIND_PATH(QUAZIP_LIBRARY_DIR
|
FIND_PATH(QUAZIP_LIBRARY_DIR
|
||||||
WIN32_DEBUG_POSTFIX d
|
WIN32_DEBUG_POSTFIX d
|
||||||
NAMES libquazip${QUAZIP_LIB_VERSION_SUFFIX}.dll
|
NAMES libquazip${QUAZIP_LIB_VERSION_SUFFIX}.dll
|
||||||
|
@ -24,11 +23,10 @@ ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
|
||||||
FIND_PATH(QUAZIP_ZLIB_INCLUDE_DIR NAMES zlib.h)
|
FIND_PATH(QUAZIP_ZLIB_INCLUDE_DIR NAMES zlib.h)
|
||||||
ELSE(WIN32)
|
ELSE(WIN32)
|
||||||
FIND_PACKAGE(PkgConfig)
|
FIND_PACKAGE(PkgConfig)
|
||||||
# pkg_check_modules(PC_QCA2 QUIET qca2)
|
|
||||||
pkg_check_modules(PC_QUAZIP quazip)
|
pkg_check_modules(PC_QUAZIP quazip)
|
||||||
FIND_LIBRARY(QUAZIP_LIBRARIES
|
FIND_LIBRARY(QUAZIP_LIBRARIES
|
||||||
WIN32_DEBUG_POSTFIX d
|
WIN32_DEBUG_POSTFIX d
|
||||||
NAMES quazip${QUAZIP_LIB_VERSION_SUFFIX}
|
NAMES quazip${QUAZIP_LIB_VERSION_SUFFIX}
|
||||||
HINTS /usr/lib /usr/lib64
|
HINTS /usr/lib /usr/lib64
|
||||||
)
|
)
|
||||||
FIND_PATH(QUAZIP_INCLUDE_DIR quazip.h
|
FIND_PATH(QUAZIP_INCLUDE_DIR quazip.h
|
||||||
|
@ -36,8 +34,8 @@ ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
|
||||||
PATH_SUFFIXES quazip${QUAZIP_LIB_VERSION_SUFFIX}
|
PATH_SUFFIXES quazip${QUAZIP_LIB_VERSION_SUFFIX}
|
||||||
)
|
)
|
||||||
FIND_PATH(QUAZIP_ZLIB_INCLUDE_DIR zlib.h HINTS /usr/include /usr/local/include)
|
FIND_PATH(QUAZIP_ZLIB_INCLUDE_DIR zlib.h HINTS /usr/include /usr/local/include)
|
||||||
ENDIF (WIN32)
|
ENDIF(WIN32)
|
||||||
INCLUDE(FindPackageHandleStandardArgs)
|
INCLUDE(FindPackageHandleStandardArgs)
|
||||||
SET(QUAZIP_INCLUDE_DIRS ${QUAZIP_INCLUDE_DIR} ${QUAZIP_ZLIB_INCLUDE_DIR})
|
SET(QUAZIP_INCLUDE_DIRS ${QUAZIP_INCLUDE_DIR} ${QUAZIP_ZLIB_INCLUDE_DIR})
|
||||||
find_package_handle_standard_args(QUAZIP DEFAULT_MSG QUAZIP_LIBRARIES QUAZIP_INCLUDE_DIR QUAZIP_ZLIB_INCLUDE_DIR QUAZIP_INCLUDE_DIRS)
|
find_package_handle_standard_args(QUAZIP DEFAULT_MSG QUAZIP_LIBRARIES QUAZIP_INCLUDE_DIR QUAZIP_ZLIB_INCLUDE_DIR QUAZIP_INCLUDE_DIRS)
|
||||||
ENDIF (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
|
ENDIF(QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
|
||||||
|
|
|
@ -50,8 +50,6 @@ parts:
|
||||||
- libsodium-dev
|
- libsodium-dev
|
||||||
- libargon2-0-dev
|
- libargon2-0-dev
|
||||||
- libqrencode-dev
|
- libqrencode-dev
|
||||||
- libquazip5-dev
|
|
||||||
- libquazip5-headers
|
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- dbus
|
- dbus
|
||||||
- qttranslations5-l10n # common translations
|
- qttranslations5-l10n # common translations
|
||||||
|
|
|
@ -476,7 +476,7 @@ bool Database::challengeMasterSeed(const QByteArray& masterSeed)
|
||||||
m_data.masterSeed = masterSeed;
|
m_data.masterSeed = masterSeed;
|
||||||
return m_data.key->challenge(masterSeed, m_data.challengeResponseKey);
|
return m_data.key->challenge(masterSeed, m_data.challengeResponseKey);
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Database::setCipher(const QUuid& cipher)
|
void Database::setCipher(const QUuid& cipher)
|
||||||
|
|
|
@ -34,7 +34,6 @@ public:
|
||||||
explicit CryptoHash(Algorithm algo, bool hmac = false);
|
explicit CryptoHash(Algorithm algo, bool hmac = false);
|
||||||
~CryptoHash();
|
~CryptoHash();
|
||||||
void addData(const QByteArray& data);
|
void addData(const QByteArray& data);
|
||||||
void reset();
|
|
||||||
QByteArray result() const;
|
QByteArray result() const;
|
||||||
void setKey(const QByteArray& data);
|
void setKey(const QByteArray& data);
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@ if(WITH_XC_CRYPTO_SSH)
|
||||||
set(crypto_ssh_SOURCES
|
set(crypto_ssh_SOURCES
|
||||||
bcrypt_pbkdf.cpp
|
bcrypt_pbkdf.cpp
|
||||||
blowfish.c
|
blowfish.c
|
||||||
ASN1Key.cpp
|
ASN1Key.cpp
|
||||||
BinaryStream.cpp
|
BinaryStream.cpp
|
||||||
OpenSSHKey.cpp
|
OpenSSHKey.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(crypto_ssh STATIC ${crypto_ssh_SOURCES})
|
add_library(crypto_ssh STATIC ${crypto_ssh_SOURCES})
|
||||||
|
|
|
@ -28,90 +28,90 @@
|
||||||
#include <QSysInfo>
|
#include <QSysInfo>
|
||||||
|
|
||||||
AboutDialog::AboutDialog(QWidget* parent)
|
AboutDialog::AboutDialog(QWidget* parent)
|
||||||
: QDialog(parent)
|
: QDialog(parent)
|
||||||
, m_ui(new Ui::AboutDialog())
|
, m_ui(new Ui::AboutDialog())
|
||||||
{
|
{
|
||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
|
|
||||||
resize(minimumSize());
|
resize(minimumSize());
|
||||||
setWindowFlags(Qt::Sheet);
|
setWindowFlags(Qt::Sheet);
|
||||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||||
|
|
||||||
m_ui->nameLabel->setText(m_ui->nameLabel->text().replace("${VERSION}", KEEPASSXC_VERSION));
|
m_ui->nameLabel->setText(m_ui->nameLabel->text().replace("${VERSION}", KEEPASSXC_VERSION));
|
||||||
QFont nameLabelFont = m_ui->nameLabel->font();
|
QFont nameLabelFont = m_ui->nameLabel->font();
|
||||||
nameLabelFont.setPointSize(nameLabelFont.pointSize() + 4);
|
nameLabelFont.setPointSize(nameLabelFont.pointSize() + 4);
|
||||||
m_ui->nameLabel->setFont(nameLabelFont);
|
m_ui->nameLabel->setFont(nameLabelFont);
|
||||||
|
|
||||||
m_ui->iconLabel->setPixmap(filePath()->applicationIcon().pixmap(48));
|
m_ui->iconLabel->setPixmap(filePath()->applicationIcon().pixmap(48));
|
||||||
|
|
||||||
QString commitHash;
|
QString commitHash;
|
||||||
if (!QString(GIT_HEAD).isEmpty()) {
|
if (!QString(GIT_HEAD).isEmpty()) {
|
||||||
commitHash = GIT_HEAD;
|
commitHash = GIT_HEAD;
|
||||||
} else if (!QString(DIST_HASH).contains("Format")) {
|
} else if (!QString(DIST_HASH).contains("Format")) {
|
||||||
commitHash = DIST_HASH;
|
commitHash = DIST_HASH;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString debugInfo = "KeePassXC - ";
|
QString debugInfo = "KeePassXC - ";
|
||||||
debugInfo.append(tr("Version %1").arg(KEEPASSXC_VERSION).append("\n"));
|
debugInfo.append(tr("Version %1").arg(KEEPASSXC_VERSION).append("\n"));
|
||||||
#ifndef KEEPASSXC_BUILD_TYPE_RELEASE
|
#ifndef KEEPASSXC_BUILD_TYPE_RELEASE
|
||||||
debugInfo.append(tr("Build Type: %1").arg(KEEPASSXC_BUILD_TYPE).append("\n"));
|
debugInfo.append(tr("Build Type: %1").arg(KEEPASSXC_BUILD_TYPE).append("\n"));
|
||||||
#endif
|
#endif
|
||||||
if (!commitHash.isEmpty()) {
|
if (!commitHash.isEmpty()) {
|
||||||
debugInfo.append(tr("Revision: %1").arg(commitHash.left(7)).append("\n"));
|
debugInfo.append(tr("Revision: %1").arg(commitHash.left(7)).append("\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef KEEPASSXC_DIST
|
#ifdef KEEPASSXC_DIST
|
||||||
debugInfo.append(tr("Distribution: %1").arg(KEEPASSXC_DIST_TYPE).append("\n"));
|
debugInfo.append(tr("Distribution: %1").arg(KEEPASSXC_DIST_TYPE).append("\n"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
debugInfo.append("\n").append(
|
debugInfo.append("\n").append(
|
||||||
QString("%1\n- Qt %2\n- %3\n\n")
|
QString("%1\n- Qt %2\n- %3\n\n")
|
||||||
.arg(tr("Libraries:"), QString::fromLocal8Bit(qVersion()), Crypto::backendVersion()));
|
.arg(tr("Libraries:"), QString::fromLocal8Bit(qVersion()), Crypto::backendVersion()));
|
||||||
|
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
|
#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
|
||||||
debugInfo.append(tr("Operating system: %1\nCPU architecture: %2\nKernel: %3 %4")
|
debugInfo.append(tr("Operating system: %1\nCPU architecture: %2\nKernel: %3 %4")
|
||||||
.arg(QSysInfo::prettyProductName(),
|
.arg(QSysInfo::prettyProductName(),
|
||||||
QSysInfo::currentCpuArchitecture(),
|
QSysInfo::currentCpuArchitecture(),
|
||||||
QSysInfo::kernelType(),
|
QSysInfo::kernelType(),
|
||||||
QSysInfo::kernelVersion()));
|
QSysInfo::kernelVersion()));
|
||||||
|
|
||||||
debugInfo.append("\n\n");
|
debugInfo.append("\n\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QString extensions;
|
QString extensions;
|
||||||
#ifdef WITH_XC_AUTOTYPE
|
#ifdef WITH_XC_AUTOTYPE
|
||||||
extensions += "\n- " + tr("Auto-Type");
|
extensions += "\n- " + tr("Auto-Type");
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_XC_BROWSER
|
#ifdef WITH_XC_BROWSER
|
||||||
extensions += "\n- " + tr("Browser Integration");
|
extensions += "\n- " + tr("Browser Integration");
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_XC_SSHAGENT
|
#ifdef WITH_XC_SSHAGENT
|
||||||
extensions += "\n- " + tr("SSH Agent");
|
extensions += "\n- " + tr("SSH Agent");
|
||||||
#endif
|
#endif
|
||||||
#if defined(WITH_XC_KEESHARE_SECURE) && defined(WITH_XC_KEESHARE_INSECURE)
|
#if defined(WITH_XC_KEESHARE_SECURE) && defined(WITH_XC_KEESHARE_INSECURE)
|
||||||
extensions += "\n- " + tr("KeeShare (signed and unsigned sharing)");
|
extensions += "\n- " + tr("KeeShare (signed and unsigned sharing)");
|
||||||
#elif defined(WITH_XC_KEESHARE_SECURE)
|
#elif defined(WITH_XC_KEESHARE_SECURE)
|
||||||
extensions += "\n- " + tr("KeeShare (only signed sharing)");
|
extensions += "\n- " + tr("KeeShare (only signed sharing)");
|
||||||
#elif defined(WITH_XC_KEESHARE_INSECURE)
|
#elif defined(WITH_XC_KEESHARE_INSECURE)
|
||||||
extensions += "\n- " + tr("KeeShare (only unsigned sharing)");
|
extensions += "\n- " + tr("KeeShare (only unsigned sharing)");
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_XC_YUBIKEY
|
#ifdef WITH_XC_YUBIKEY
|
||||||
extensions += "\n- " + tr("YubiKey");
|
extensions += "\n- " + tr("YubiKey");
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_XC_TOUCHID
|
#ifdef WITH_XC_TOUCHID
|
||||||
extensions += "\n- " + tr("TouchID");
|
extensions += "\n- " + tr("TouchID");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (extensions.isEmpty())
|
if (extensions.isEmpty())
|
||||||
extensions = " " + tr("None");
|
extensions = " " + tr("None");
|
||||||
|
|
||||||
debugInfo.append(tr("Enabled extensions:").append(extensions));
|
debugInfo.append(tr("Enabled extensions:").append(extensions));
|
||||||
|
|
||||||
m_ui->debugInfo->setPlainText(debugInfo);
|
m_ui->debugInfo->setPlainText(debugInfo);
|
||||||
|
|
||||||
setAttribute(Qt::WA_DeleteOnClose);
|
setAttribute(Qt::WA_DeleteOnClose);
|
||||||
connect(m_ui->buttonBox, SIGNAL(rejected()), SLOT(close()));
|
connect(m_ui->buttonBox, SIGNAL(rejected()), SLOT(close()));
|
||||||
connect(m_ui->copyToClipboard, SIGNAL(clicked()), SLOT(copyToClipboard()));
|
connect(m_ui->copyToClipboard, SIGNAL(clicked()), SLOT(copyToClipboard()));
|
||||||
}
|
}
|
||||||
|
|
||||||
AboutDialog::~AboutDialog()
|
AboutDialog::~AboutDialog()
|
||||||
|
@ -120,6 +120,6 @@ AboutDialog::~AboutDialog()
|
||||||
|
|
||||||
void AboutDialog::copyToClipboard()
|
void AboutDialog::copyToClipboard()
|
||||||
{
|
{
|
||||||
QClipboard* clipboard = QApplication::clipboard();
|
QClipboard* clipboard = QApplication::clipboard();
|
||||||
clipboard->setText(m_ui->debugInfo->toPlainText());
|
clipboard->setText(m_ui->debugInfo->toPlainText());
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,19 +30,18 @@
|
||||||
#include "keeshare/KeeShare.h"
|
#include "keeshare/KeeShare.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace
|
namespace {
|
||||||
{
|
|
||||||
constexpr int GeneralTabIndex = 0;
|
constexpr int GeneralTabIndex = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
EntryPreviewWidget::EntryPreviewWidget(QWidget* parent)
|
EntryPreviewWidget::EntryPreviewWidget(QWidget* parent)
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
, m_ui(new Ui::EntryPreviewWidget())
|
, m_ui(new Ui::EntryPreviewWidget())
|
||||||
, m_locked(false)
|
, m_locked(false)
|
||||||
, m_currentEntry(nullptr)
|
, m_currentEntry(nullptr)
|
||||||
, m_currentGroup(nullptr)
|
, m_currentGroup(nullptr)
|
||||||
, m_selectedTabEntry(0)
|
, m_selectedTabEntry(0)
|
||||||
, m_selectedTabGroup(0)
|
, m_selectedTabGroup(0)
|
||||||
{
|
{
|
||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue