Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt4.8.4
    Log in to post
    • All categories
    • N

      Unsolved xml write with only space or empty issue
      General and Desktop • qxml qdom xml parsing qt4.8.4 xml • • Narthan

      7
      0
      Votes
      7
      Posts
      3210
      Views

      N

      @Paul-Colby i am opening xml file as you mentioned
      first time when i pressed save button it will show
      <?xml version='1.0'?>
      <xml>
      <tag1> </tag1> // two spaces from line edit
      </xml>

      second time when i presses save button it will show

      <?xml version='1.0'?>
      <xml>
      <tag1/> // some data in lineedit
      </xml>

      third time when i presses save button it will show

      <?xml version='1.0'?>
      <xml>
      <tag1/> // some data in lineedit
      </xml>

      i am using Qt 4.8.7, i am opening xml file , see the result

    • V

      Unsolved Can't find installed QT4 when using 'make .... xconfig' command
      Installation and Deployment • mac qt4 make xconfig kernel qt4.8.4 • • Vel.

      2
      0
      Votes
      2
      Posts
      3206
      Views

      SGaist

      Hi,

      Please don't post the same question multiple times.

      Duplicates

      Closing this one

    • V

      Can't find installed QT4 when using 'make .... xconfig' command
      General and Desktop • qmake makefile qt4.8.4 make xconfig mac kernel • • Vel.

      12
      0
      Votes
      12
      Posts
      8891
      Views

      SGaist

      Just thought of something: you are trying to cross-compile a linux kernel on OS X. You should rather create a virtual machine using e.g. VirtualBox and do everything directly form Linux. That will save you time.