Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. [SOLVED -- DON'T WASTE TIME ON THIS THREAD] Background Information
QtWS25 Last Chance

[SOLVED -- DON'T WASTE TIME ON THIS THREAD] Background Information

Scheduled Pinned Locked Moved Brainstorm
5 Posts 4 Posters 2.3k 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.
  • V Offline
    V Offline
    valandil211
    wrote on last edited by
    #1

    Hello Qt Devs!

    Instead of spamming every thread with background info on my project (I do ask questions a lot), here's a summary of what my project actually is.

    I am building a PostgreSQL DB that will store quality assurance data. This data comes from multiple QA tests, which are performed on several industrial devices. There are approximately 300 tests total, although they are divided in the following manner:

    @Group that perform them->Type of test->ID of test.@

    A mechanical test performed by a physicist would be, for instance, categorized PHY.MEC.1.

    I want my application to do two things: display old data that is already in the DB and provide an intuitive way to enter data in the DB.

    The main thing I am working on right now is the on-the-fly generation of a dialog that would contain data entry capabilities for only certain tests, selected according to pre-determined rules (stored in the DB). Here's how the table looks like in the DB:

    @FK to Set FK to Test
    1 1
    1 2
    1 3
    1 4
    2 2
    2 3
    2 4
    ... ...@

    Hence, if user selects Set 1, only Tests 1 through 4 need to be present in the dialog. Each test necessitates a form to be filled by a user. In more practical terms, each test has a corresponding class which inherits QWidget and has a .UI file associated with it.

    List of threads where you can help me! ;)

    • "Generating a UI on the fly":http://developer.qt.nokia.com/forums/viewthread/7186
    • "QComboBox and its index":http://developer.qt.nokia.com/forums/viewthread/7027

    Joey Dumont

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mgran
      wrote on last edited by
      #2

      It sure made me look :)

      Project Manager - Qt Development Frameworks

      1 Reply Last reply
      0
      • V Offline
        V Offline
        valandil211
        wrote on last edited by
        #3

        Yeah, that was my fear. Well, if can post links to some of the questions that are related to this, if you want to help! ;)

        Joey Dumont

        1 Reply Last reply
        0
        • U Offline
          U Offline
          ucomesdag
          wrote on last edited by
          #4

          Don't read this comment either. I couldn't resist and had to click on this thread. :-)

          Write “Qt”, not “QT” (QuickTime).

          1 Reply Last reply
          0
          • S Offline
            S Offline
            steno
            wrote on last edited by
            #5

            Damnit, curiosity killed the cat again....

            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