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:
telwertowski 2006-01-02 00:32:37 +00:00
parent 33a6a5b4ad
commit 31e2560d69
2 changed files with 20 additions and 1 deletions

View File

@ -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()

View File

@ -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>