]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBibtex.h
QDialogButtonBox for the remaining dialogs.
[lyx.git] / src / frontends / qt4 / GuiBibtex.h
index e9b6a16ee37eb6a3546f04226cfc3292c4d7b52f..4dbe107fa6233e66841175d9de77ab053f96146e 100644 (file)
@@ -31,6 +31,7 @@ public:
        {
                Ui::BibtexAddUi::setupUi(this);
                QDialog::setModal(true);
+               setWindowModality(Qt::WindowModal);
        }
 };
 
@@ -43,6 +44,7 @@ public:
        explicit GuiBibtex(GuiView & lv);
 
 private Q_SLOTS:
+       void addBBClicked(QAbstractButton * button);
        void change_adaptor();
        void browsePressed();
        void browseBibPressed();
@@ -54,6 +56,7 @@ private Q_SLOTS:
        void databaseChanged();
        void availableChanged();
        void bibEDChanged();
+       void rescanClicked();
 
 private:
        ///
@@ -78,6 +81,8 @@ private:
        bool usingBibtopic() const;
        /// should we put the bibliography to the TOC?
        bool bibtotoc() const;
+       /// do we use biblatex?
+       bool usingBiblatex() const;
        /// which stylefile do we use?
        QString styleFile() const;