snu-quiqcl / qiwis

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

Add the logo as icon and background #165

Closed BECATRUE closed 9 months ago

BECATRUE commented 1 year ago

Feature you want to implement

The logo will be drawn in self.centralWidget.

How the feature is implemented

Additional context

Thanks for designing this "QIWIS" logo. @choiwh03

BECATRUE commented 1 year ago

I have a question! Which should I match the background image to, mainWindow.centralWidget or full application?

Please leave your opinion! @kangz12345

kangz12345 commented 1 year ago

What are the differences for those two options?

BECATRUE commented 1 year ago

Fisrt, matching mainWindow.centralWidget means filling the remainder region out of dock widgets as follows.

image

Second, matching the full application means filling the qapp as follows.

image

As I didn't implement all, there are some weird parts so please understand this..

kangz12345 commented 1 year ago

Oh thank you for the visual support!! It looks great, I think matching the full app yet with the smaller image would be good!