Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8835391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:15:01+00:00 2026-06-14T09:15:01+00:00

I have a QTreeWidget with 3 columns. It is used in a search function

  • 0

I have a QTreeWidget with 3 columns. It is used in a search function and the tree holds

  1. Result name
  2. Result date
  3. Number of hits in result for $searchterm.

The default behavior is to sort by date descending. This originally worked perfectly since that was done through the SQL query and just loaded into the tree afterward. However, things got broken when I decided to allow the user to sort by the other columns and not just date.

The dates are in mm/dd/yyyy format but the QTreeWidget ignores the year while sorting in favor of month and day. It seems to want to treat dates like integers. The month and day are sorted correctly but the years are mixed together when they should not be. ( 10/06/2012, 10/06/2011, 10/05/2012, etc.) Is there a way I can tell the QTreeWidget sort function to give year the top priority (so that everything from 2012 is grouped together, everything from 2011 is grouped together, etc.) or even tell it to use a date format in that column?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:15:02+00:00Added an answer on June 14, 2026 at 9:15 am

    It’s not sorted as integer, it’s sorted as string. The model you use for the tree view need to return QDate or QDateTime for the column in the data() function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two columns in a QTreeWidget , one column represents a list of
I have a custom QAbstractItemModel used to display information in a QTreeWidget. However, individual
I have a QTreeWidget which needs to be populated with a large sum of
I have to populate a QTreeWidget with items (or children of items) that may
Is it possible to have individual indentation of items in a QTreeWidget? In specific,
I use a QTreeWidget to display multicolumn items, and I want to have a
I can't seem to get any mouse clicks in a QTreeWidget. I have tried...
I have a QTreeWidget that reads data from an XML file. If at any
I have a QTreeWidget with a bunch of QTreeWidgetItems. Each item has a couple
My QTreeWidget has a single column. Its items have a check box, an icon,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.