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

Commit

Permalink
first draft of migration message
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Nov 4, 2022
1 parent 8187062 commit de66e2b
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,16 @@ QPushButton#namesPushButton[isDisplayingNames="true"] {
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -159,6 +168,13 @@ QPushButton#namesPushButton[isDisplayingNames=&quot;true&quot;] {
</widget>
</widget>
</item>
<item>
<widget class="QPushButton" name="updateButton">
<property name="text">
<string>AntiMicro will no longer be developed. But there is a successor called AntiMicroX.</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="uacPushButton">
<property name="text">
Expand All @@ -183,7 +199,7 @@ QPushButton#namesPushButton[isDisplayingNames=&quot;true&quot;] {
<x>0</x>
<y>0</y>
<width>650</width>
<height>21</height>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="menuQuit">
Expand Down Expand Up @@ -221,8 +237,7 @@ QPushButton#namesPushButton[isDisplayingNames=&quot;true&quot;] {
<action name="actionQuit">
<property name="icon">
<iconset theme="application-exit">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Quit</string>
Expand All @@ -237,8 +252,7 @@ QPushButton#namesPushButton[isDisplayingNames=&quot;true&quot;] {
</property>
<property name="icon">
<iconset theme="view-refresh">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Update Joysticks</string>
Expand All @@ -250,8 +264,7 @@ QPushButton#namesPushButton[isDisplayingNames=&quot;true&quot;] {
<action name="actionHide">
<property name="icon">
<iconset theme="view-restore">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Hide</string>
Expand All @@ -263,8 +276,7 @@ QPushButton#namesPushButton[isDisplayingNames=&quot;true&quot;] {
<action name="actionAbout">
<property name="icon">
<iconset theme="help-about">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;About</string>
Expand Down

0 comments on commit de66e2b

Please sign in to comment.