Results 1 to 6 of 6

Thread: why on Linux ,doesn't work?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2009
    Posts
    44
    Qt products
    Qt4
    Platforms
    Windows

    Default why on Linux ,doesn't work?

    Good afternoon!

    I'm having a problem on Linux. My computer has got Windows Xp system. I have done an application where I use a transparent button which has a white border and text.
    I have done in this way:
    background-color: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);

    Nowadays, i want to do the same but on Linux. To achieve my goal, I have inserted a virtual machine into windows and there install qt.
    The problem is that when i run the application the border of the button doesn't appreciate. It looks as if it is a transparent button without border.

    Do you know why? what am i doing wrong?

    thanks!!
    Last edited by wysota; 11th March 2010 at 08:43.

Similar Threads

  1. QApplication::setLibraryPaths doesn't work under Linux
    By NoRulez in forum Qt Programming
    Replies: 1
    Last Post: 10th January 2010, 19:51
  2. How to work on Linux and Eclipse
    By sudheer168 in forum Qt Programming
    Replies: 2
    Last Post: 20th October 2009, 22:35
  3. minimize slot does not work in linux.Is it a Bug in Qt?
    By anupamgee in forum Qt Programming
    Replies: 4
    Last Post: 4th June 2009, 08:18
  4. [Qt-4.4.0 Linux] Phonon::Effect not work
    By someralex in forum Qt Programming
    Replies: 0
    Last Post: 6th August 2008, 17:12
  5. Replies: 5
    Last Post: 16th March 2007, 08:18

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.