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. How to arrange documents into specific types of positions using ActiveQt ?

How to arrange documents into specific types of positions using ActiveQt ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 264 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.
  • D Offline
    D Offline
    Dante Pham
    wrote on last edited by Dante Pham
    #1

    I have 4 documents ( in 4 different .docx files ). They need to be arranged into these types of positions:

    Position 1:
    alt text

    Position 2:
    alt text

    My solutions for this are:

    Solution 1: While adding documents, add a number of tabs and/or spaces to the document .
    Solution 2: Add 1x4 or 2x2 pre-defined tables and add the documents to them.

    I use dynamicCall("InsertFile(QString&)" to add documents, However, I don't know what functions to use and how to implement them to arrange the 4 documents into those positions.

    Providing:

    Of all the 4 documents, each document is about the size of "Document 1" , meaning it's shouldnt be longer than one line

    Lots of types of documents will be added to just one file. Some of them will have different positioning from these 2 types ( for example: just one long paragraph ). (-> So I don't think you can use columns )

    What position to use will be decided by the user when they use the app.

    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