diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-25 22:00:30 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-25 22:00:30 (GMT) |
commit | 7c48b345b12981085bf6741208893a8206d77578 (patch) | |
tree | dec80733c559903f6c463a3827e4bf2e2cea562e /src/MainWindow.ui | |
parent | 3e64e63b0113a99666ad68aa3e82bb7b80324d9b (diff) |
Perform CGAL evaluation in a separate thread. First steps towards better GUI responsiveness and parallelization
Diffstat (limited to 'src/MainWindow.ui')
-rw-r--r-- | src/MainWindow.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/MainWindow.ui b/src/MainWindow.ui index d1bdb00..f89e0d4 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -39,7 +39,11 @@ <enum>Qt::Vertical</enum> </property> <widget class="GLView" name="glview" native="true"/> - <widget class="QTextEdit" name="console"/> + <widget class="QTextEdit" name="console"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> </widget> </item> <item> |