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 detect changes made to xml file manually.
Forum Updated to NodeBB v4.3 + New Features

How to detect changes made to xml file manually.

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 395 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.
  • sankarapandiyanS Offline
    sankarapandiyanS Offline
    sankarapandiyan
    wrote on last edited by sankarapandiyan
    #1

    I have an Xml file say which is the tab name of the tabwidget . Each tab has some buttons.
    <Scanmode tab1="Name1"/>
    <Scanmode tab2="Name2"/>
    <Scanmode tab3="Name3"/>

    Say now user manually changes them to

    <Scanmode tab1="changed"/>
    <Scanmode tab2="changed1"/>
    <Scanmode tab3="changed2"/>

    How to detect the changes and load them to widgets(importnt only LOAD them to widget--(TAB NAME OF TABWIDGET)).

    Thanks in Advance

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

      Hi,

      The QFileSystemWatcher class comes to mind for that kind of stuff.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      sankarapandiyanS 1 Reply Last reply
      4
      • SGaistS SGaist

        Hi,

        The QFileSystemWatcher class comes to mind for that kind of stuff.

        sankarapandiyanS Offline
        sankarapandiyanS Offline
        sankarapandiyan
        wrote on last edited by
        #3

        @SGaist thanks a lot

        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