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. ¿Where are the examples?
Qt 6.11 is out! See what's new in the release blog

¿Where are the examples?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.6k 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.
  • atacarA Offline
    atacarA Offline
    atacar
    wrote on last edited by
    #1

    I just installed QTcreator in Kubuntu 16.04 LTS, all works fine but there are ZERO examples, the examples screen is empty, please, can you help me about that?

    1 Reply Last reply
    0
    • Paul ColbyP Offline
      Paul ColbyP Offline
      Paul Colby
      wrote on last edited by
      #2

      Hi @atacar, and welcome :)

      Do you have the Qt examples [K]ubuntu packages installed? eg

      • qt3d5-examples
      • qtbase5-examples
      • qtconnectivity5-examples
      • qtdeclarative5-examples
      • qtlocation5-examples
      • qtmultimedia5-examples
      • qtpositioning5-examples
      • qtquick1-5-examples
      • qtquickcontrols5-examples
      • qtscript5-examples
      • qtsensors5-examples
      • qtsvg5-examples
      • qtsystems5-examples
      • qttools5-examples
      • qtwebkit5-examples
      • qtwebsockets5-examples
      • qtxmlpatterns5-examples

      If not, maybe start with qt5base-examples.

      Cheers.

      1 Reply Last reply
      1
      • atacarA Offline
        atacarA Offline
        atacar
        wrote on last edited by
        #3

        Yes, that was the issue, I am installing that packages, the thing is a few years ago I installed QTcreator in Ubuntu 12.04 and the examples was included in the main installation, but not was the case in this version of Kubuntu but I can fix it with your help, Thanks! And - If I can - have another question, I understand it may be theme for another string, but I am trying to run a proyect (Papagayo-master Qt source project, from Marblelost) and it print an error: "QMediaPlayer: No such file or directory"

        1 Reply Last reply
        0
        • Paul ColbyP Offline
          Paul ColbyP Offline
          Paul Colby
          wrote on last edited by
          #4

          Glad I could help :)

          @atacar said:

          QMediaPlayer: No such file or directory

          Looks like that's in the qtmultimedia5-dev package.

          Cheers.

          1 Reply Last reply
          0
          • atacarA Offline
            atacarA Offline
            atacar
            wrote on last edited by
            #5

            ammm that do not works... Now I still looking for QmediaPlayer and QtWidgets, not in qtbase5-dev... :(

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

              Hi and welcome to devnet,

              QMediaPlayer is in the qtmultmediawidgets module so you have to add QT += multimediawidgets to your .pro file.

              And to work with the standard set of widgets you need QT += widgets in your .pro file.

              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

              • Login

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