Thorben Kröger
Thorben Kröger
I'm using cquery on a project with a compilation database written for g++ 7.3. In the cquery log, I'm getting `libclang had ast read error for... Please try running the...
Right now inthe constructor of VolumeEditorWidget: ``` self._channelSpin = QSpinBox() self._channelSpin.setEnabled(True) self.channelEditBtn = QPushButton('Edit channels') self.channelEditBtn.clicked.connect(self._ve.on_editChannels) ```
This functionality should either be implemented in a sane way in the volumeeditor or removed. The previous implementation was removed in volumeeditor 'refactor-to-mvc branch'.
Currently we have at least the following widgets: - ImageView2D + its HUD widget - QuadSplitter - OverlayWidget - LabelListWidget - Ribbons (are they completely deprecated?) - Statusbar - Several...
Currently, the feature dialog implements its own preview dialog. - Either we re-use the ImageView2D or we show the context size directly in the main window somehow. - If we...
- http://doc.qt.nokia.com/latest/tools-undoframework.html - http://doc.qt.nokia.com/latest/qundo.html - http://doc.qt.nokia.com/latest/qundocommand.html
See FIXME in volumeeditor.py