Qt Forum

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

      Solved .DAT file not extracted using Quazip library in qt
      General and Desktop • quazip extract zip file file read • • HemantSuryawanshi

      8
      0
      Votes
      8
      Posts
      202
      Views

      H

      it worked. thanks @VRonin

    • P

      Solved Extract a QString with a regular expression.
      General and Desktop • qregexp qstring extract split • • Patou355

      12
      0
      Votes
      12
      Posts
      9328
      Views

      SGaist

      One small note, you are wasting CPU cycle here. The QRegularExpressionMatchIterator returns only match objects that contains a match thus the if is useless.