mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 00:54:38 +00:00
Made the gnu memory bar static
This commit is contained in:
parent
51688413a0
commit
0c4e3ead68
@ -115,6 +115,8 @@ MainWindow::MainWindow()
|
||||
statusBar()->addPermanentWidget(qb, 0);
|
||||
|
||||
nvgpumeminfo = new QProgressBar(this);
|
||||
nvgpumeminfo->setStyleSheet(" QProgressBar { background-color: #d0d0d0; border: 2px solid grey; border-radius: 0px; text-align: center; }"
|
||||
" QProgressBar::chunk {background-color: #80c080; width: 1px;}");
|
||||
statusBar()->addPermanentWidget(nvgpumeminfo, 0);
|
||||
//updateMenus();
|
||||
newProject();
|
||||
|
||||
@ -39,7 +39,6 @@ SUBDIRS = common \
|
||||
meshlabplugins/filter_mls \
|
||||
meshlabplugins/filter_mutualglobal \
|
||||
meshlabplugins/filter_mutualinfoxml \
|
||||
meshlabplugins/filter_photosynth \
|
||||
meshlabplugins/filter_plymc \
|
||||
meshlabplugins/filter_qhull \
|
||||
meshlabplugins/filter_quality \
|
||||
@ -62,7 +61,6 @@ SUBDIRS = common \
|
||||
meshlabplugins/decorate_shadow \
|
||||
# Edit Plugins
|
||||
meshlabplugins/edit_align \
|
||||
meshlabplugins/edit_arc3D \
|
||||
meshlabplugins/edit_manipulators \
|
||||
meshlabplugins/edit_measure \
|
||||
meshlabplugins/edit_mutualcorrs \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user