##// END OF EJS Templates
QHexEdit default size behavior is now beter.
QHexEdit default size behavior is now beter.

File last commit:

r0:1aa783210b8e default
r9:e707856c0191 default
Show More
toolbarcontainer.cpp
7 lines | 158 B | text/x-c | CppLexer
/ src / toolbarcontainer.cpp
#include "toolbarcontainer.h"
toolBarContainer::toolBarContainer(QWidget *parent) :
QMainWindow(parent)
{
this->setWindowFlags(Qt::Widget);
}