snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Support a central widget #213

Closed BECATRUE closed 10 months ago

BECATRUE commented 10 months ago

This PR will close #205.

Now, a central widget is supported. The impletations are as follows:

  1. The central area is a QMdiArea instance.
  2. In this area, a QMdiSubWindow can be added.
  3. If the pos argument is set to "center" in config.json, each widget of the app will be wrapped in QMdiSubWindow.

For test, I modified the position of datacalc app to "center".

image

BECATRUE commented 10 months ago

I updated it. @kangz12345

BECATRUE commented 10 months ago

Please check this! @Aijuh