BibleTime
src
frontend
bookshelfwizard
cswordsetupinstallsourcesdialog.h
Go to the documentation of this file.
1
/*********
2
*
3
* In the name of the Father, and of the Son, and of the Holy Spirit.
4
*
5
* This file is part of BibleTime's source code, https://bibletime.info/
6
*
7
* Copyright 1999-2021 by the BibleTime developers.
8
* The BibleTime source code is licensed under the GNU General Public License
9
* version 2.0.
10
*
11
**********/
12
13
#pragma once
14
15
#include <QDialog>
16
17
#include <QObject>
18
#include <QString>
19
20
21
class
QComboBox
;
22
class
QLabel;
23
class
QLineEdit
;
24
namespace
sword
{
class
InstallSource; }
25
26
class
CSwordSetupInstallSourcesDialog
final:
public
QDialog
{
27
Q_OBJECT
28
29
public
:
30
sword::InstallSource
getSource
();
31
bool
wasRemoteListAdded
() {
32
return
m_remoteListAdded
;
33
}
34
CSwordSetupInstallSourcesDialog
();
35
36
private
:
37
QLabel *
m_serverLabel
;
38
QLineEdit
*
m_captionEdit
, *
m_serverEdit
, *
m_pathEdit
;
39
QComboBox
*
m_protocolCombo
;
40
bool
m_remoteListAdded
;
41
};
CSwordSetupInstallSourcesDialog
Definition:
cswordsetupinstallsourcesdialog.h:26
CSwordSetupInstallSourcesDialog::m_pathEdit
QLineEdit * m_pathEdit
Definition:
cswordsetupinstallsourcesdialog.h:38
CSwordSetupInstallSourcesDialog::wasRemoteListAdded
bool wasRemoteListAdded()
Definition:
cswordsetupinstallsourcesdialog.h:31
CSwordSetupInstallSourcesDialog::getSource
sword::InstallSource getSource()
Definition:
cswordsetupinstallsourcesdialog.cpp:222
CSwordSetupInstallSourcesDialog::m_serverEdit
QLineEdit * m_serverEdit
Definition:
cswordsetupinstallsourcesdialog.h:38
CSwordSetupInstallSourcesDialog::m_remoteListAdded
bool m_remoteListAdded
Definition:
cswordsetupinstallsourcesdialog.h:40
CSwordSetupInstallSourcesDialog::m_captionEdit
QLineEdit * m_captionEdit
Definition:
cswordsetupinstallsourcesdialog.h:38
CSwordSetupInstallSourcesDialog::CSwordSetupInstallSourcesDialog
CSwordSetupInstallSourcesDialog()
Definition:
cswordsetupinstallsourcesdialog.cpp:49
CSwordSetupInstallSourcesDialog::m_serverLabel
QLabel * m_serverLabel
Definition:
cswordsetupinstallsourcesdialog.h:37
CSwordSetupInstallSourcesDialog::m_protocolCombo
QComboBox * m_protocolCombo
Definition:
cswordsetupinstallsourcesdialog.h:39
QComboBox
QDialog
QLineEdit
sword
Definition:
btinstallbackend.h:21
Generated by
1.9.1