Skip to content

Commit

Permalink
activated() is old qt3 support signal use triggered()
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jan 18, 2014
1 parent 0ae6f18 commit f373340
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@
<connections>
<connection>
<sender>fileExitAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
Expand All @@ -1329,7 +1329,7 @@
</connection>
<connection>
<sender>fileOpenAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>fileOpen()</slot>
<hints>
Expand All @@ -1345,7 +1345,7 @@
</connection>
<connection>
<sender>fileNewAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>fileNew()</slot>
<hints>
Expand All @@ -1361,7 +1361,7 @@
</connection>
<connection>
<sender>fileCloseAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>fileClose()</slot>
<hints>
Expand All @@ -1377,7 +1377,7 @@
</connection>
<connection>
<sender>comboBrowseTable</sender>
<signal>activated(QString)</signal>
<signal>triggered(QString)</signal>
<receiver>MainWindow</receiver>
<slot>populateTable(QString)</slot>
<hints>
Expand Down Expand Up @@ -1505,7 +1505,7 @@
</connection>
<connection>
<sender>fileCompactAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>compact()</slot>
<hints>
Expand All @@ -1521,7 +1521,7 @@
</connection>
<connection>
<sender>helpWhatsThisAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>helpWhatsThis()</slot>
<hints>
Expand All @@ -1537,7 +1537,7 @@
</connection>
<connection>
<sender>helpAboutAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>helpAbout()</slot>
<hints>
Expand Down Expand Up @@ -1569,7 +1569,7 @@
</connection>
<connection>
<sender>fileImportCSVAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>importTableFromCSV()</slot>
<hints>
Expand All @@ -1585,7 +1585,7 @@
</connection>
<connection>
<sender>fileExportCSVAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>exportTableToCSV()</slot>
<hints>
Expand All @@ -1601,7 +1601,7 @@
</connection>
<connection>
<sender>fileRevertAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>fileRevert()</slot>
<hints>
Expand All @@ -1617,7 +1617,7 @@
</connection>
<connection>
<sender>fileSaveAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>fileSave()</slot>
<hints>
Expand All @@ -1633,7 +1633,7 @@
</connection>
<connection>
<sender>editCreateIndexAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>createIndex()</slot>
<hints>
Expand All @@ -1649,7 +1649,7 @@
</connection>
<connection>
<sender>editDeleteObjectAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>deleteObject()</slot>
<hints>
Expand All @@ -1665,7 +1665,7 @@
</connection>
<connection>
<sender>editModifyTableAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>editTable()</slot>
<hints>
Expand All @@ -1681,7 +1681,7 @@
</connection>
<connection>
<sender>fileExportSQLAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>exportDatabaseToSQL()</slot>
<hints>
Expand All @@ -1697,7 +1697,7 @@
</connection>
<connection>
<sender>fileImportSQLAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>importDatabaseFromSQL()</slot>
<hints>
Expand All @@ -1713,7 +1713,7 @@
</connection>
<connection>
<sender>viewPreferencesAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>openPreferences()</slot>
<hints>
Expand Down Expand Up @@ -1761,7 +1761,7 @@
</connection>
<connection>
<sender>editCreateTableAction</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>createTable()</slot>
<hints>
Expand Down Expand Up @@ -1889,7 +1889,7 @@
</connection>
<connection>
<sender>actionExecuteSql</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>executeQuery()</slot>
<hints>
Expand All @@ -1905,7 +1905,7 @@
</connection>
<connection>
<sender>actionSqlOpenTab</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>openSqlTab()</slot>
<hints>
Expand All @@ -1921,7 +1921,7 @@
</connection>
<connection>
<sender>actionSqlOpenFile</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>openSqlFile()</slot>
<hints>
Expand All @@ -1937,7 +1937,7 @@
</connection>
<connection>
<sender>actionSqlSaveFile</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>saveSqlFile()</slot>
<hints>
Expand All @@ -1953,7 +1953,7 @@
</connection>
<connection>
<sender>actionLoadExtension</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>loadExtension()</slot>
<hints>
Expand All @@ -1969,7 +1969,7 @@
</connection>
<connection>
<sender>actionSqlExecuteLine</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>executeQuery()</slot>
<hints>
Expand Down
4 changes: 2 additions & 2 deletions src/SqlExecutionArea.ui
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<connections>
<connection>
<sender>actionExportCsv</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>SqlExecutionArea</receiver>
<slot>saveAsCsv()</slot>
<hints>
Expand All @@ -137,7 +137,7 @@
</connection>
<connection>
<sender>actionSaveAsView</sender>
<signal>activated()</signal>
<signal>triggered()</signal>
<receiver>SqlExecutionArea</receiver>
<slot>saveAsView()</slot>
<hints>
Expand Down

0 comments on commit f373340

Please sign in to comment.