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. Simple questions
Qt 6.11 is out! See what's new in the release blog

Simple questions

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 982 Views 2 Watching
  • 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.
  • 81058 Offline
    81058 Offline
    8105
    wrote on last edited by
    #1

    Greetings everyone, I hope you're all doing great.
    I'm a total newbie to QT, not to C++ though.

    I'm aiming to make an application, not complicated, but I would like to:

    -Use buttons from images I designed for myself and not the default button.
    -Get rid of the default windows frame (I verified this is possible :3).
    -Have everything happen in one window, meaning if I click on a button that should open a totally new page, I'd like it to happen in the same window.

    Am I able to achieve these goals using QT? If it's possible, Will it be just trouble to try to use images as buttons?

    Here's the start interface so you gents can better understand what I mean:
    http://bit.ly/1BmDK9M

    I immensely appreciate your intention to help me.

    Kind regards - BIOS.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Yes it's possible.

      Based on your example, i'd say either go for QML or the Graphics View framework

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alex_malyu
        wrote on last edited by
        #3

        Sounds like you want to use QML
        http://doc.qt.io/qt-5/qmlapplications.html

        "-Have everything happen in one window, meaning if I click on a button that should open a totally new page, I'd like it to happen in the same window." It is all in your hands: either open billion windows or do it all in one.

        1 Reply Last reply
        0
        • 81058 Offline
          81058 Offline
          8105
          wrote on last edited by
          #4

          Thank you for the answers both, I will learn QML and use it then. Much appreciation.

          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