diff options
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> |
