Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/videoequalizer.ui

    r165 r181  
    325325      </widget>
    326326     </item>
     327     <item>
     328      <widget class="QPushButton" name="close_button">
     329       <property name="text">
     330        <string>&amp;Close</string>
     331       </property>
     332      </widget>
     333     </item>
    327334    </layout>
    328335   </item>
     
    340347 </tabstops>
    341348 <resources/>
    342  <connections/>
     349 <connections>
     350  <connection>
     351   <sender>close_button</sender>
     352   <signal>clicked()</signal>
     353   <receiver>VideoEqualizer</receiver>
     354   <slot>close()</slot>
     355   <hints>
     356    <hint type="sourcelabel">
     357     <x>399</x>
     358     <y>234</y>
     359    </hint>
     360    <hint type="destinationlabel">
     361     <x>225</x>
     362     <y>128</y>
     363    </hint>
     364   </hints>
     365  </connection>
     366 </connections>
    343367</ui>
Note: See TracChangeset for help on using the changeset viewer.