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. GUI Screen
QtWS25 Last Chance

GUI Screen

Scheduled Pinned Locked Moved General and Desktop
qt5linuxmedia playergui automationgui
4 Posts 2 Posters 2.5k 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.
  • J Offline
    J Offline
    JasonB
    wrote on last edited by
    #1

    Hi, What are the library available in Qt5.0.2 to make a Gui Screen.
    For example Media player. If we play a song in our Mobile

    • Artist name
    • Song name
    • song screen and media player symbols are present
      So how can i Create a Screen which is having all windows which are mention above.
      My OS is Linux 12.04
      Thanks.
    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Im really not sure what you are asking about so I suggest you install QT Designer and have a look at the
      Media Player example.

      Also, in Qt you can make Gui "screens" with widgets as seen in normal desktop programs and also with Qt quick /qml which a dynamic web style design language.

      you could try it out with
      https://developer.ubuntu.com/en/apps/qml/tutorials/building-your-first-qml-app/

      J 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi
        Im really not sure what you are asking about so I suggest you install QT Designer and have a look at the
        Media Player example.

        Also, in Qt you can make Gui "screens" with widgets as seen in normal desktop programs and also with Qt quick /qml which a dynamic web style design language.

        you could try it out with
        https://developer.ubuntu.com/en/apps/qml/tutorials/building-your-first-qml-app/

        J Offline
        J Offline
        JasonB
        wrote on last edited by
        #3

        @mrjj thankyou for ur reply i am asking how to create Symbols on Screen..
        i Have Qt5.0.2

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Ok, by symbols I assume you mean like text and icons and buttons. Let us call these widgets.

          If you start Qt Designer and select
          New Project from File menu
          An then select
          Qt Widget Application in center.
          Then give it a name
          And press Next , next, and then press finished.

          Now you have a default Gui project.

          Click on Edit
          Click on Forms
          click on mainwindow.ui

          you can now drag text, buttons and other widgets to the grey area in the center.

          Also , you must read some docs to understand how to use it.

          you can start with
          http://doc.qt.io/qt-5/gettingstartedqt.html

          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