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. Parsing custom config files
Forum Updated to NodeBB v4.3 + New Features

Parsing custom config files

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.7k 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.
  • S Offline
    S Offline
    Suths
    wrote on last edited by
    #1

    Hi all,

    This isn't per-say a specific QT question, but hey ho. I have a custom configuration file that looks something like this:

    @[tag]
    #comment
    [tag]
    [tag /]
    [/tag]
    [/tag]
    @

    An I was wondering if any one had any ideas on how I could turn this into a qAbstractTree.

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

      Why create a custom config file? Why not use QSettings? It's pretty good at creating config files and you don't have to worry about parsing them.

      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