Changeset 38
- Timestamp:
- 01/06/08 16:48:00 (4 years ago)
- Location:
- gui
- Files:
-
- 3 edited
-
main_window.cpp (modified) (2 diffs)
-
main_window.h (modified) (1 diff)
-
main_window.ui (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gui/main_window.cpp
r37 r38 9 9 MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) 10 10 { 11 QSettings settings;12 11 setupUi(this); 13 12 … … 67 66 connect(libraryTreeView, SIGNAL(activated(const QModelIndex &)), this, SLOT(libraryItemActivated(const QModelIndex &))); 68 67 connect(addToPlaylistPushButton, SIGNAL(clicked(bool)), this, SLOT(addToPlaylistButtonActivated())); 68 connect(action_Quit, SIGNAL(triggered()), qApp, SLOT(quit())); 69 69 70 70 // Timer -
gui/main_window.h
r35 r38 27 27 28 28 private: 29 QSettings settings; 29 30 MPDConnection mpd; 30 31 MPDStatus mpd_status; -
gui/main_window.ui
r28 r38 434 434 </widget> 435 435 <resources/> 436 <connections> 437 <connection> 438 <sender>action_Quit</sender> 439 <signal>triggered()</signal> 440 <receiver>MainWindow</receiver> 441 <slot>close()</slot> 442 <hints> 443 <hint type="sourcelabel" > 444 <x>-1</x> 445 <y>-1</y> 446 </hint> 447 <hint type="destinationlabel" > 448 <x>352</x> 449 <y>299</y> 450 </hint> 451 </hints> 452 </connection> 453 </connections> 436 <connections/> 454 437 </ui>
Note: See TracChangeset
for help on using the changeset viewer.
