27 #ifndef _QY2RelNotesDialog_h 28 #define _QY2RelNotesDialog_h 31 #include <QtWidgets/QTextBrowser> 32 #include <QtWidgets/QPushButton> 33 #include <QtWidgets/QHBoxLayout> 34 #include <QtWidgets/QVBoxLayout> 35 #include <QtWidgets/QTabBar> 46 void setRelNotes(
const std::map<std::string,std::string>& relnotes );
50 void tabChanged(
int index );
53 QVBoxLayout *vboxLayout;
55 QTextBrowser *textBrowser;
56 QHBoxLayout *hboxLayout;
57 QPushButton *closeButton;
61 QList<QTextCursor> _marks;
62 std::map<std::string,std::string> _relnotes;
63 std::vector<std::string> _tab_keys;