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. Floatable/Interactive Widgets
Forum Updated to NodeBB v4.3 + New Features

Floatable/Interactive Widgets

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 441 Views 1 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.
  • G Offline
    G Offline
    GaneshRK
    wrote on 9 Jul 2019, 05:38 last edited by GaneshRK 7 Sept 2019, 05:44
    #1

    I'm trying to create a personal project where there will be set of small individual frames which comprise of labels, progress bar & other displaying widgets (Each frame widget is independent of each other). So is there any script or a tool which helps the user after the execution to relocate the widgets as his/her requirement?

    J 1 Reply Last reply 9 Jul 2019, 05:42
    0
    • G GaneshRK
      9 Jul 2019, 05:38

      I'm trying to create a personal project where there will be set of small individual frames which comprise of labels, progress bar & other displaying widgets (Each frame widget is independent of each other). So is there any script or a tool which helps the user after the execution to relocate the widgets as his/her requirement?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 9 Jul 2019, 05:42 last edited by
      #2

      @GaneshRK Please keep titles of your posts shorter.
      Take a look at this example: https://doc.qt.io/archives/qt-5.11/qtwidgets-draganddrop-draggableicons-example.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • G Offline
        G Offline
        GaneshRK
        wrote on 10 Jul 2019, 07:51 last edited by
        #3

        Thank you for the information. It was quite helpful.

        I have learned basic of resource collection files & how to add images in it but I'm unable to understand how to add content inside it as was mentioned in above example.

        draggableicons.qrc Example File :
        draganddrop/draggableicons/draggableicons.qrc

        <!DOCTYPE RCC><RCC version="1.0">
        <qresource prefix="">
        <file>images/boat.png</file>
        <file>images/car.png</file>
        <file>images/house.png</file>
        </qresource>
        </RCC>

        J 1 Reply Last reply 10 Jul 2019, 09:11
        0
        • G GaneshRK
          10 Jul 2019, 07:51

          Thank you for the information. It was quite helpful.

          I have learned basic of resource collection files & how to add images in it but I'm unable to understand how to add content inside it as was mentioned in above example.

          draggableicons.qrc Example File :
          draganddrop/draggableicons/draggableicons.qrc

          <!DOCTYPE RCC><RCC version="1.0">
          <qresource prefix="">
          <file>images/boat.png</file>
          <file>images/car.png</file>
          <file>images/house.png</file>
          </qresource>
          </RCC>

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 10 Jul 2019, 09:11 last edited by
          #4

          @GaneshRK https://doc.qt.io/qt-5/resources.html
          The images are there in that link. Download them, create a subdirectory called "images" in your project and put these images there.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          9 Jul 2019, 05:38

          • Login

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