Skip to content

Commit

Permalink
Remove useless code from the about & export dialogs.
Browse files Browse the repository at this point in the history
A follow-up to PR #3826.
  • Loading branch information
Hussam Eddin Alhomsi committed Nov 16, 2017
1 parent 0dab4ae commit aad98d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
43 changes: 0 additions & 43 deletions src/gui/dialogs/about_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,6 @@
<string>About LMMS</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<!--
<property name="spacing">
<number>8</number>
</property>
<property name="leftMargin">
<number>8</number>
</property>
<property name="topMargin">
<number>8</number>
</property>
<property name="rightMargin">
<number>8</number>
</property>
<property name="bottomMargin">
<number>8</number>
</property>
-->
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
Expand All @@ -47,8 +30,6 @@
<height>64</height>
</size>
</property>
<property name="text">
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -278,36 +259,12 @@ If you're interested in translating LMMS in another language or want to improve
<signal>accepted()</signal>
<receiver>AboutDialog</receiver>
<slot>accept()</slot>
<!--
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
-->
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>AboutDialog</receiver>
<slot>reject()</slot>
<!--
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
-->
</connection>
</connections>
</ui>
26 changes: 0 additions & 26 deletions src/gui/dialogs/export_project.ui
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@
<string>File format settings</string>
</property>
<layout class="QVBoxLayout">
<!--
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>9</number>
</property>
-->
<item>
<widget class="QLabel" name="label">
<property name="text">
Expand Down Expand Up @@ -122,14 +114,6 @@
</item>
<item>
<widget class="QWidget" name="depthWidget" native="true">
<!--
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
-->
<layout class="QVBoxLayout">
<property name="leftMargin">
<number>0</number>
Expand Down Expand Up @@ -249,11 +233,6 @@
<property name="currentIndex">
<number>-1</number>
</property>
<!--
<property name="maxVisibleItems">
<number>9</number>
</property>
-->
</widget>
</item>
</layout>
Expand All @@ -262,11 +241,6 @@
<item>
<widget class="QWidget" name="bitrateWidget" native="true">
<layout class="QVBoxLayout">
<!--
<property name="spacing">
<number>6</number>
</property>
-->
<property name="leftMargin">
<number>0</number>
</property>
Expand Down

0 comments on commit aad98d7

Please sign in to comment.