Skip to content

Commit

Permalink
TableView3D: Change over to using TableView instead of QTableWidget a…
Browse files Browse the repository at this point in the history
…cross the board
  • Loading branch information
malcom2073 committed Jul 31, 2014
1 parent af93a0b commit ba220cf
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 204 deletions.
3 changes: 0 additions & 3 deletions core/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@

MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
{
TableViewNew3D *table = new TableViewNew3D();
table->setGeometry(100,100,800,600);
table->show();
m_interrogationInProgress = false;
m_offlineMode = false;
m_checkEmsDataInUse = false;
Expand Down
Loading

0 comments on commit ba220cf

Please sign in to comment.