We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This peace of code (with right path and png) shows that layout background does not work using gtk ` YDialog * dialog = YUI::widgetFactory()->createPopupDialog(YDialogNormalColor); YLayoutBox * vbox = YUI::widgetFactory()->createVBox( dialog ); auto bannerMinSize = YUI::widgetFactory()->createMinSize(vbox, 60, 4); bannerMinSize->setBackgroundPixmap("/home/anaselli/src/manatools/venv/share/icons/hicolor/images/background_dark.png"); YAlignment * align = YUI::widgetFactory()->createAlignment(bannerMinSize, YAlignCenter, YAlignUnchanged); YImage* img = YUI::widgetFactory()->createImage( align, /home/anaselli/src/manatools/mpan/extras/images/Logo_big_dark.png;
` QT view:
Gtk one:
The text was updated successfully, but these errors were encountered:
Simply paint and not propagate, fixes issues libyui#86
f8ad8a2
Gtk view after above commit:
Sorry, something went wrong.
No branches or pull requests
This peace of code (with right path and png) shows that layout background does not work using gtk
`
YDialog * dialog = YUI::widgetFactory()->createPopupDialog(YDialogNormalColor);
YLayoutBox * vbox = YUI::widgetFactory()->createVBox( dialog );
auto bannerMinSize = YUI::widgetFactory()->createMinSize(vbox, 60, 4);
bannerMinSize->setBackgroundPixmap("/home/anaselli/src/manatools/venv/share/icons/hicolor/images/background_dark.png");
YAlignment * align = YUI::widgetFactory()->createAlignment(bannerMinSize, YAlignCenter, YAlignUnchanged);
YImage* img = YUI::widgetFactory()->createImage( align, /home/anaselli/src/manatools/mpan/extras/images/Logo_big_dark.png;
`
QT view:
Gtk one:
The text was updated successfully, but these errors were encountered: