UI: Just use 'OK' button for license agreement dialog

An "I Agree" or "I Disagree" button isn't necessary for GPL.
This commit is contained in:
jp9000 2016-09-27 18:06:09 -07:00
parent aadc7263c0
commit cdd788c4be

View File

@ -52,16 +52,6 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>LicenseAgreement.ClickIAgreeToContinue</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
@ -87,14 +77,7 @@
<item>
<widget class="QPushButton" name="agree">
<property name="text">
<string>LicenseAgreement.IAgree</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="decline">
<property name="text">
<string>LicenseAgreement.Exit</string>
<string>OK</string>
</property>
</widget>
</item>
@ -121,21 +104,5 @@
</hint>
</hints>
</connection>
<connection>
<sender>decline</sender>
<signal>clicked()</signal>
<receiver>OBSLicenseAgreement</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>312</x>
<y>410</y>
</hint>
<hint type="destinationlabel">
<x>424</x>
<y>418</y>
</hint>
</hints>
</connection>
</connections>
</ui>