ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/mainwindow.h
(Generate patch)

Comparing Vago/trunk/Vago/mainwindow.h (file contents):
Revision 897 by s10k, Wed Jan 8 11:32:55 2014 UTC vs.
Revision 998 by s10k, Fri Apr 25 21:05:54 2014 UTC

# Line 136 | Line 136 | private slots:
136  
137      void dtContextMenu(DropTableWidget* myTable, QContextMenuEvent *event); //Context menu options for table widgets
138  
139    void on_tabWidget_selected(const QString &arg1);
140
139      void checkVagoLastVersion(QNetworkReply *result); //check vago last version
140  
141      void on_cbBnvLevels_toggled(bool checked);
# Line 180 | Line 178 | private slots:
178  
179      void on_tbAbortConversion_clicked();
180  
181 +    void on_tabWidget_currentChanged(int index);
182 +
183   private:
184      Ui::MainWindow *ui;
185      Logger *myLogger;
# Line 190 | Line 190 | private:
190      QString AeLocation; //Workspace location
191      int startedWindowWidth;
192      int startedWindowHeight;
193 + #ifdef Q_OS_MAC
194 +    bool useYesAsDefaultInClearButton;
195 + #endif
196      QLabel *itemsLoaded;
197      QProgressBar *myBar; //Progress Bar
198      QHash<QString, QString> commandMap; //Map the commands for fast retreive

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)