00001 /****************************************************************************** 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 00008 00009 #ifndef qtPopupBox_H_ 00010 #define qtPopupBox_H_ 00011 00012 #include "lgrGui.h" 00013 #include "lgrPopupBox.h" 00014 00015 namespace MAKLogger 00016 { 00017 00019 class DT_DLL_LGRGUI DtQtPopupBox : public DtPopupBox 00020 { 00021 DT_VIRTUAL_CTR(DtQtPopupBox,()) 00022 DT_VIRTUAL_BASE_CTR(DtPopupBox,()) 00023 00024 virtual ~DtQtPopupBox(); 00025 00026 virtual DtPopupButton showPopup(const DtString& caption, 00027 const DtString& message,DtPopupButtonSet buttons); 00028 }; 00029 00030 } 00031 00032 #endif