1
0
Fork 0

GUI: added a link to the FAQ

This commit is contained in:
mrexodia 2015-12-31 02:17:16 +01:00
parent 8944c824fe
commit 6008e02e6e
5 changed files with 26 additions and 2 deletions

View File

@ -1230,3 +1230,8 @@ void MainWindow::chkSaveloadTabSavedOrderStateChangedSlot(bool state)
else
loadTabDefaultOrder();
}
void MainWindow::on_actionFaq_triggered()
{
QDesktopServices::openUrl(QUrl("http://faq.x64dbg.com"));
}

View File

@ -200,6 +200,8 @@ protected:
public:
static QString windowTitle;
private slots:
void on_actionFaq_triggered();
};
#endif // MAINWINDOW_H

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<width>868</width>
<height>600</height>
</rect>
</property>
@ -22,7 +22,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<width>868</width>
<height>21</height>
</rect>
</property>
@ -95,6 +95,7 @@
<addaction name="actionReportBug"/>
<addaction name="separator"/>
<addaction name="actionManual"/>
<addaction name="actionFaq"/>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuPlugins">
@ -173,6 +174,9 @@
<addaction name="actionCheckUpdates"/>
<addaction name="actionDonate"/>
<addaction name="actionReportBug"/>
<addaction name="separator"/>
<addaction name="actionManual"/>
<addaction name="actionFaq"/>
<addaction name="actionAbout"/>
</widget>
<widget class="QStatusBar" name="statusBar">
@ -677,6 +681,18 @@
<string>&amp;Manual</string>
</property>
</action>
<action name="actionFaq">
<property name="icon">
<iconset resource="../../resource.qrc">
<normaloff>:/icons/images/faq.png</normaloff>:/icons/images/faq.png</iconset>
</property>
<property name="text">
<string>&amp;FAQ</string>
</property>
<property name="toolTip">
<string>FAQ</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>

BIN
src/gui/images/faq.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

View File

@ -65,5 +65,6 @@
<file>images/entropy.png</file>
<file>images/notes.png</file>
<file>images/win-help.png</file>
<file>images/faq.png</file>
</qresource>
</RCC>