diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 19:03:33 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 19:03:33 +0000 |
| commit | 7d9b7792aeb3db45e235f923061254de96d37e04 (patch) | |
| tree | 745157293cdfb97f2de6892be4f2bdd95ac7e025 /src/plugins/General/library/librarywidget.ui | |
| parent | 4762863d93e56b9d4766e65a0247c8811b4c6756 (diff) | |
| download | qmmp-7d9b7792aeb3db45e235f923061254de96d37e04.tar.gz qmmp-7d9b7792aeb3db45e235f923061254de96d37e04.tar.bz2 qmmp-7d9b7792aeb3db45e235f923061254de96d37e04.zip | |
library: added window mode (#147)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9646 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/librarywidget.ui')
| -rw-r--r-- | src/plugins/General/library/librarywidget.ui | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/src/plugins/General/library/librarywidget.ui b/src/plugins/General/library/librarywidget.ui index 31caf95e6..8c0e104c8 100644 --- a/src/plugins/General/library/librarywidget.ui +++ b/src/plugins/General/library/librarywidget.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string>Media Library</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> @@ -49,12 +49,29 @@ <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <resources/> - <connections/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>LibraryWidget</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>360</x> + <y>368</y> + </hint> + <hint type="destinationlabel"> + <x>423</x> + <y>392</y> + </hint> + </hints> + </connection> + </connections> </ui> |
