Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Added ynew setting to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Sep 6, 2017
1 parent 8ea4697 commit df74365
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions settings.ui
Expand Up @@ -52,6 +52,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkYnew">
<property name="text">
<string>ynew</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
Expand Down Expand Up @@ -168,6 +175,17 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>tabWidget</tabstop>
<tabstop>chkDesktop</tabstop>
<tabstop>chkBookmarks</tabstop>
<tabstop>chkSearch</tabstop>
<tabstop>chkYnew</tabstop>
<tabstop>cmbModifier</tabstop>
<tabstop>cmbKey</tabstop>
<tabstop>spnOpacity</tabstop>
<tabstop>spnDuration</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand All @@ -177,8 +195,8 @@
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>254</x>
<y>633</y>
<x>260</x>
<y>295</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
Expand All @@ -193,8 +211,8 @@
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>322</x>
<y>633</y>
<x>328</x>
<y>295</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
Expand Down

0 comments on commit df74365

Please sign in to comment.