mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-26 22:09:58 -06:00
add a few more help menu entries
website, wiki, bug report
This commit is contained in:
@@ -1650,3 +1650,18 @@ void MainWindow::on_butSavePlot_clicked()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::on_actionWiki_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl("https://github.com/sqlitebrowser/sqlitebrowser/wiki"));
|
||||
}
|
||||
|
||||
void MainWindow::on_actionBug_report_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl("https://github.com/sqlitebrowser/sqlitebrowser/issues/new"));
|
||||
}
|
||||
|
||||
void MainWindow::on_actionWebsite_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl("http://sqlitebrowser.org"));
|
||||
}
|
||||
|
||||
@@ -170,6 +170,9 @@ private slots:
|
||||
void on_treePlotColumns_itemChanged(QTreeWidgetItem *item, int column);
|
||||
void on_treePlotColumns_itemDoubleClicked(QTreeWidgetItem *item, int column);
|
||||
void on_butSavePlot_clicked();
|
||||
void on_actionWiki_triggered();
|
||||
void on_actionBug_report_triggered();
|
||||
void on_actionWebsite_triggered();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -819,6 +819,9 @@
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="helpWhatsThisAction"/>
|
||||
<addaction name="actionWebsite"/>
|
||||
<addaction name="actionWiki"/>
|
||||
<addaction name="actionBug_report"/>
|
||||
<addaction name="helpAboutAction"/>
|
||||
</widget>
|
||||
<addaction name="fileMenu"/>
|
||||
@@ -1405,6 +1408,33 @@
|
||||
<string>Export table as comma separated values file</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWiki">
|
||||
<property name="icon">
|
||||
<iconset resource="icons/icons.qrc">
|
||||
<normaloff>:/icons/browser_open</normaloff>:/icons/browser_open</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Wiki...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionBug_report">
|
||||
<property name="icon">
|
||||
<iconset resource="icons/icons.qrc">
|
||||
<normaloff>:/icons/browser_open</normaloff>:/icons/browser_open</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Bug &report...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionWebsite">
|
||||
<property name="icon">
|
||||
<iconset resource="icons/icons.qrc">
|
||||
<normaloff>:/icons/browser_open</normaloff>:/icons/browser_open</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Web&site...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
@@ -36,5 +36,6 @@
|
||||
<file alias="down">bullet_arrow_down.png</file>
|
||||
<file alias="up">bullet_arrow_up.png</file>
|
||||
<file alias="appicon">sqlitebrowser.png</file>
|
||||
<file alias="browser_open">internet-web-browser.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
BIN
src/icons/internet-web-browser.png
Normal file
BIN
src/icons/internet-web-browser.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 928 B |
Reference in New Issue
Block a user