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 9045871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:28:32+00:00 2026-06-16T11:28:32+00:00

Well, here is the problem: I construct a QTableView and use the setModel(myModel) method

  • 0

Well, here is the problem:

  1. I construct a QTableView and use the setModel(myModel) method which bind the model myModel to myTableView;

  2. At first, there’s no data in myModel, I use the hideColumn(0) to do the job, and it works well, while after I load data to myModel, the column that I’ve hidden just shows up.

Would anyone tell me how to hold the hidden state of a column when the model changes?

Any suggestion is appreciated.


OK, here is the code.

void ModelView::createModelAndView()
{

    _TableModel = new TableModel(this);

    _Table = new QTableView(this);

    _Table->setModel(_TableModel);

    _Table->hideColumn(0);      
    _Table->hideColumn(10);     
}

Now the _TableModel has no data.

Then follows this:

_TableModel->loadData();

The loadData() method is used to get data and push data to the model. Right after this step the view(i.e. _Table) changes.

  • 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-16T11:28:33+00:00Added an answer on June 16, 2026 at 11:28 am

    Do this:

    connect(dataModel, SIGNAL(modelReset()), SLOT(modelReset()));
    

    in the modelReset() slot:

    void SomeClass::modelReset()
    {
      tableView->hideColumn(0);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Well, here is my problem: I have an application that uses a custom Javascript
Well i need some help here i don't know how to solve this problem.
First things first, here is a little snippet code to help explain my problem:
Here's the problem: user is presented with a text field, unto which may he
I'm trying to use inheritance in JavaScript here, and I found problem having array
Extreme Android developer newbie here...well, new to Android development, not development in general. I
Well i am here writing some constraints for a db I am working on
Here is well described how to call member function by pointer: http://www.newty.de/fpt/functor.html But the
The question of composite keys in web2py was answered pretty well by Anthony here
Well, Here is the C++ code I've got here and cant compile #include <iostream>

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.