mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Revise HelpViewer initialization, signals and slots for Qt4.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4459 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
33a6a5b4ad
commit
31e2560d69
@ -9,7 +9,9 @@
|
||||
#include "qgshelpviewer.h"
|
||||
QgsHelpViewer::QgsHelpViewer(const QString &contextId, QWidget *parent,
|
||||
const char *name)
|
||||
: QDialog(parent)
|
||||
{
|
||||
setupUi(this);
|
||||
loadContext(contextId);
|
||||
}
|
||||
QgsHelpViewer::~QgsHelpViewer()
|
||||
|
@ -84,5 +84,22 @@
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>buttonCancel</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>QgsHelpViewerBase</receiver>
|
||||
<slot>reject()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel" >
|
||||
<x>455</x>
|
||||
<y>393</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel" >
|
||||
<x>256</x>
|
||||
<y>208</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
</ui>
|
||||
|
Loading…
x
Reference in New Issue
Block a user