Yes, a scroll bar should appear by default as needed.
PS. You can extremely easily verify it with only a few lines of code:
// main.cpp
#include <QtGui>
int main(int argc, char* argv[])
{
t.show();
return a.exec();
}
// main.cpp
#include <QtGui>
int main(int argc, char* argv[])
{
QApplication a(argc, argv);
QTextEdit t;
t.show();
return a.exec();
}
To copy to clipboard, switch view to plain text mode
Then just type in the magic combo
qmake -project
qmake
make
./app
...and start typing to see whether a scroll bar appears. In the end it will take less time to test such things than to post a question on the forums.
Bookmarks