new experimental main browser widget; refs #167
This commit is contained in:
27
src/qbrowserlib/swisswebwidget.hxx
Normal file
27
src/qbrowserlib/swisswebwidget.hxx
Normal file
@@ -0,0 +1,27 @@
|
||||
/*! @file
|
||||
|
||||
@id $Id$
|
||||
*/
|
||||
// 1 2 3 4 5 6 7 8
|
||||
// 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
//! @addtogroup qbrowserlib
|
||||
//! @{
|
||||
|
||||
namespace {
|
||||
|
||||
//! Window Widget for complete page witghin a webbrowser.
|
||||
/*! Contains a toolbar, a status bar and @refs
|
||||
SwissWebView. Instanciate this and you have a complete
|
||||
browser. To be used inside a QTabBar, as main window or as
|
||||
docking widget. */
|
||||
class SwissWebWidget: public QMainWindow, private Ui::SwissWebWidget {
|
||||
public:
|
||||
SwissWebWidget(QWidget* p=0): QMainWindow(p) {
|
||||
setupUi(this);
|
||||
}
|
||||
protected:
|
||||
};
|
||||
}
|
||||
|
||||
//! @}
|
Reference in New Issue
Block a user