|
|
|
|
@ -22,7 +22,6 @@
|
|
|
|
|
#include <QStackedWidget>
|
|
|
|
|
#include <QToolButton>
|
|
|
|
|
#include <QVBoxLayout>
|
|
|
|
|
#include <QWhatsThis>
|
|
|
|
|
|
|
|
|
|
nmWxReservoirPropertiesEditor::nmWxReservoirPropertiesEditor(
|
|
|
|
|
nmIReservoirPropertiesDataSource* pDataSource,
|
|
|
|
|
@ -434,8 +433,8 @@ void nmWxReservoirPropertiesEditor::slotPageValidityChanged(bool bValid)
|
|
|
|
|
|
|
|
|
|
void nmWxReservoirPropertiesEditor::slotHelp()
|
|
|
|
|
{
|
|
|
|
|
// 顶部和底部帮助命令共用Qt上下文帮助;字段说明和范围来自XML。
|
|
|
|
|
QWhatsThis::enterWhatsThisMode();
|
|
|
|
|
// 顶部和底部帮助命令统一打开系统帮助文档。
|
|
|
|
|
ZxBaseUtil::startHelp();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool nmWxReservoirPropertiesEditor::validateAllPages()
|
|
|
|
|
|