BibleTime
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Functions
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
v
Variables
a
b
c
d
g
h
i
k
l
m
p
r
s
u
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
Properties
Related Symbols
Files
File List
File Members
All
a
b
c
e
f
h
i
j
k
l
m
o
p
r
s
t
u
w
Functions
b
c
f
i
j
l
m
o
p
r
t
Variables
Typedefs
Enumerations
Enumerator
Macros
a
b
c
i
l
m
r
s
t
u
w
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-2025 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
}
31
bool
wasRemoteListAdded
() {
…
}
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
};
26
class
CSwordSetupInstallSourcesDialog
final:
public
QDialog
{
…
};
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:225
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:52
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.8