GUI: added a link to the FAQ
This commit is contained in:
parent
8944c824fe
commit
6008e02e6e
|
@ -1230,3 +1230,8 @@ void MainWindow::chkSaveloadTabSavedOrderStateChangedSlot(bool state)
|
|||
else
|
||||
loadTabDefaultOrder();
|
||||
}
|
||||
|
||||
void MainWindow::on_actionFaq_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl("http://faq.x64dbg.com"));
|
||||
}
|
||||
|
|
|
@ -200,6 +200,8 @@ protected:
|
|||
|
||||
public:
|
||||
static QString windowTitle;
|
||||
private slots:
|
||||
void on_actionFaq_triggered();
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
|
@ -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>&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>&FAQ</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>FAQ</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<resources>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 308 B |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue