summaryrefslogtreecommitdiff
path: root/noncore/apps/dagger/configuredlg.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/dagger/configuredlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dagger/configuredlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/dagger/configuredlg.h b/noncore/apps/dagger/configuredlg.h
index a91da12..56a4d94 100644
--- a/noncore/apps/dagger/configuredlg.h
+++ b/noncore/apps/dagger/configuredlg.h
@@ -49,27 +49,28 @@ public:
return 3;
else
return 0; }
QFont selectedFont() { return m_font->selectedFont(); }
private:
Opie::Ui::OTabWidget m_tabs; // Main widget
Opie::Ui::OFontSelector *m_font; // Font selection widget
// General tab's UI controls
QLineEdit *m_swordPath; // Contains path to Sword modules
QCheckBox *m_alwaysOpenNew; // Indicates whether to always open modules in a new tab
QSpinBox *m_numVerses; // Contains number of verses to display for Bible modules
QCheckBox *m_disableScreenBlank; // Indicates whether to disable automatic screen blanking
// Copy tab's UI controls
QRadioButton *m_copyTextFull; // Verse (Text, Book cc:vv)
QRadioButton *m_copyFull; // Verse (Book cc:vv)
QRadioButton *m_copyVerse; // Verse
QRadioButton *m_copyKey; // Book cc:vv
QLabel *m_copyExample; // Text of copy format example
private slots:
void slotCopyFormatSelected();
+ void slotSelectSwordPath();
};
#endif