Skip to content

Commit 5e23a77

Browse files
committed
Minor updates for version 1.0
1 parent d0f56a6 commit 5e23a77

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gui/MainWindow.ui

+4-4
Original file line numberDiff line numberDiff line change
@@ -3471,7 +3471,7 @@ QMenuBar::item:pressed {
34713471
</action>
34723472
<action name="uActionOpenTwitter">
34733473
<property name="text">
3474-
<string>Find us on Twitter...</string>
3474+
<string>Find us on X...</string>
34753475
</property>
34763476
</action>
34773477
<action name="uActionHideGrid">
@@ -3501,10 +3501,10 @@ QMenuBar::item:pressed {
35013501
</resources>
35023502
<connections/>
35033503
<buttongroups>
3504-
<buttongroup name="uConstantButtonsGroup"/>
3505-
<buttongroup name="uItemDirectionButtonGroup"/>
3504+
<buttongroup name="uTogglePulseButtonGroup"/>
35063505
<buttongroup name="uEditToolButtonGroup"/>
3506+
<buttongroup name="uItemDirectionButtonGroup"/>
3507+
<buttongroup name="uConstantButtonsGroup"/>
35073508
<buttongroup name="uSimulationButtonGroup"/>
3508-
<buttongroup name="uTogglePulseButtonGroup"/>
35093509
</buttongroups>
35103510
</ui>

Gui/WelcomeDialog.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ QCheckBox::indicator:checked {
273273
<cursorShape>PointingHandCursor</cursorShape>
274274
</property>
275275
<property name="toolTip">
276-
<string>Find us on Twitter!</string>
276+
<string>Find us on X!</string>
277277
</property>
278278
<property name="styleSheet">
279279
<string notr="true">QPushButton {
@@ -1102,7 +1102,7 @@ QPushButton:pressed {
11021102
}</string>
11031103
</property>
11041104
<property name="text">
1105-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This is an early version of Linkuit Studio and as such may contain bugs or crash unexpectedly. If you notice a problem, please &lt;a href=&quot;mailto:linkuit@outlook.com&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#00cc8f;&quot;&gt;create a bug report&lt;/span&gt;&lt;/a&gt; so that it can be fixed.&lt;/p&gt;&lt;p&gt;Thank you for being one of the first to use Linkuit Studio. Your feedback is valuable to us and we hope you'll have a great experience.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1105+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Welcome to Linkuit Studio, let's start experimenting with logic circuits! If you notice a problem, please &lt;a href=&quot;mailto:linkuit@outlook.com&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#00cc8f;&quot;&gt;create a bug report&lt;/span&gt;&lt;/a&gt; so that it can be fixed.&lt;/p&gt;&lt;p&gt;Thank you for using Linkuit Studio. Your feedback is valuable to us and we hope you'll have a great experience.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
11061106
</property>
11071107
<property name="alignment">
11081108
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.8
1+
1.0.0.2

0 commit comments

Comments
 (0)