Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] Designer driving me nuts .. simple design wanted
QtWS25 Last Chance

[Solved] Designer driving me nuts .. simple design wanted

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • McLionM Offline
    McLionM Offline
    McLion
    wrote on last edited by
    #1

    Hi

    I need to have a very simple screen with a backgroundimage all over it and six big, transparent buttons on it that change the graphic on it either when pressed&hold or when they get tabfocus.

    Can this not be realized in designer?
    Do I need to write that in code manually?

    I searched the forum and found astonishingly many entries on issues with bachground images as well as changing graphics on transparent button - seems not to be the most obvious when new to Qt and trying to work in Designer. I tried a lot of what I found ... I just don't get behind the Qt logic and how to realize this.

    If somebody can help me with that ... I would highly appreciate.
    Thanks
    McL

    btw: I can not use QML because I am on 4.6.3 (eLinux) and can't change that for the moment.

    1 Reply Last reply
    0
    • B Offline
      B Offline
      butterface
      wrote on last edited by
      #2

      You can use the designer to design your ui. There are some simplifications that you can connect predefined signals and slots.
      What you want to have is program logic and the designer is not able to help you with this because it is not made for that.

      bq. Always use a proper tool. If you don't have a proper tool, use a hammer.

      by Montgomery Scott

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved