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 1035 by s10k, Thu Mar 24 22:28:41 2016 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;
186    QString AppDir;
186      QString workspaceLocation; //Workspace location
187      QString workspaceWizardsLocation; //Workspace wizard location
188      QString outputFolder; //Output folder
189      QString AeLocation; //Workspace location
190      int startedWindowWidth;
191      int startedWindowHeight;
192 + #ifdef Q_OS_MAC
193 +    bool useYesAsDefaultWhenRemovingItems;
194 + #endif
195      QLabel *itemsLoaded;
196      QProgressBar *myBar; //Progress Bar
197      QHash<QString, QString> commandMap; //Map the commands for fast retreive

Diff Legend

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