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. No Kits available: Local PC's Current State: Unknown
Forum Updated to NodeBB v4.3 + New Features

No Kits available: Local PC's Current State: Unknown

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 2 Posters 359 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.
  • Nick Tech-KnowN Offline
    Nick Tech-KnowN Offline
    Nick Tech-Know
    wrote on last edited by
    #1

    I'm trying to develop a Stacked UI for desktop. My backend will be Python. I can't get the Windows Desktop Kit (Qt for UWP 64-bit (MSVC 2015) to work because I can't set its device. Meanwhile, on the device tab, the Current State is "Unkown". What have I done wrong and how can I fix it? I'm running this on Windows 7, btw.
    Screenshots:
    https://i.imgur.com/R4JSX1V.png
    https://i.imgur.com/nIUOl7M.png

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

      Hi and welcome to devnet,

      Why did you choose the UWP build of Qt ?
      From the looks of it, you should use a desktop build but since you mentioned Python, are you thinking about PySide2 ?

      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
      3
      • Nick Tech-KnowN Offline
        Nick Tech-KnowN Offline
        Nick Tech-Know
        wrote on last edited by
        #3

        UWP seemed like the only kit I could use. Why would I not use Universal Windows Platform? I don't know how to get the Desktop kit. And yes, I'd like to used PySide2.

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

          What other version did you try ?
          If one of the Visual Studio builds, did you install Visual Studio ?

          In any case, PySide2 can be installed through pip.

          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
          1
          • Nick Tech-KnowN Offline
            Nick Tech-KnowN Offline
            Nick Tech-Know
            wrote on last edited by
            #5

            I haven't used another version. On a Windows 10 MiniPC I got UWP to work but I don't know why. I have PySide2 installed, but I want to work on the UI file.
            Are you suggesting I install the whole Visual Studio IDE? I just wanted to use the Qt Creator and PyCharm.
            What does the Current State: Unknown mean under Device?

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

              That's the kind of details that are good to provide from the start.

              Since you are only interested in using .ui files, you can then use the Designer application. There's no need for Qt Creator in your case.

              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
              1
              • Nick Tech-KnowN Offline
                Nick Tech-KnowN Offline
                Nick Tech-Know
                wrote on last edited by
                #7

                First of all, I've never made something in Qt before, but I think I want to make a stacked app because this app will have multiple pages that I want to control the flow between. That seemed like something the Qt Creator is good for, but maybe it's only over complicating the matter. Should I just make separate UI files in Designer for each page (e.g., Main Menu, Settings, etc.)?

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

                  Qt Creator is an IDE so it will help you in that regard as it integrates the functions that Designer provides as well. In fact, Designer existed before Qt Creator. Since you wrote that you want to use PySide2 but you are using PyCharm to code in Python, I'm just suggesting to use Designer directly.

                  Personally, I build all widgets by hand whether in C++ or in Python.

                  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
                  1

                  • Login

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