[Gambas-user] QT5 Configuration on Ubuntu 16.04

Gianluigi bagonergi at ...626...
Fri May 6 16:33:57 CEST 2016


I have already Gambas and it works OK.
QT4Configuration is used to change the theme in Ubuntu classic and so
should do QT5ct.
You have Ubuntu classic (Unity) and you can use the transparency?
Make this test:
Create a new graphic project.
Draw a label (label1)
Above the label to cover it draws a textbox (textbox1)

In FMain.class then write this code run it and tell me if you can read Look
me:

Public Sub Form_Open()

  Label1.Background = Color.TextBackground
  Label1.Text = "Look me"
  TextBox1.Background = Color.Transparent

End

2016-05-06 14:00 GMT+02:00 Charlie <charlie at ...2793...>:

> Try the following command.
> *sudo add-apt-repository -y ppa:gambas-team/gambas3 && sudo apt-get update
> && sudo apt-get -y install gambas3*
>
>
>
> --
> View this message in context:
> http://gambas.8142.n7.nabble.com/QT5-Configuration-on-Ubuntu-16-04-tp56232p56233.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list