Johannes Lorenz
Johannes Lorenz
Issue during testing: - New project - Create SlicerT (don't maximize) - Drag TripleOsc right into the SlicerT window Problems: - TripleOsc has wrong size => Not fault of this...
> I am still not sure why SubWindow exists though? What problems is it expected to solve? Only to that specific question: Did you see the comment in the header...
Regarding the rest of the Subwindow generalization discussion: This is all a bit complex, and might change drastically as soon as I change the hierarchy of `PluginView`/`EffectControlDialog`/`EffectView`. So I suggest...
> lets first do the hierarchy changes I uploaded them into a PR now: #7544 .
IMO the comment from @SpomJ can be ignored, as this would, if even, be handled in #7524 (see my comment to their comment). We are also a bit under time...
@michaelgregorius Sorry, abusing this PR for contacting you. I am just going through the conditions to resizability of `InstrumentView`s (mainly for #7524), and I wonder if our idea to introduce...
@michaelgregorius I have just read a lof of Qt stuff. Finally, (I think) I found out: While `QWdiget::setFixedSize` decides whether the widget can resize after creation, `QWidget::setSizePolicy` decides how the...
Hi, does it work with `cmake -DPFFFT_SIMD_DISABLE=1`?
Another idea: ``` cmake -DCMAKE_CXX_FLAGS="-mssse3" -DCMAKE_C_FLAGS="-mssse3" ```
In automake, it works similar: ``` ./configure CFLAGS="-mssse3" CXXFLAGS="-mssse3" ``` or ``` ./configure PFFFT_SIMD_DISABLE=1 ```