aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorConfuSomu2023-08-24 18:43:15 -0400
committerConfuSomu2023-08-24 19:35:58 -0400
commit9c60bc8ce4a0990c228d2cd746791b88c41532b8 (patch)
treef6e7d56422f95f8202980a87866f0d798c199f47 /src/mainwindow.ui
parente625d3fcca7c735ed98570bc1acbcaa840541e61 (diff)
downloadActorViewer-9c60bc8ce4a0990c228d2cd746791b88c41532b8.tar
ActorViewer-9c60bc8ce4a0990c228d2cd746791b88c41532b8.tar.gz
ActorViewer-9c60bc8ce4a0990c228d2cd746791b88c41532b8.zip
Implement basic Mastodon API support
Implement support for OAuth 2.0 code entry, which is then used to retrieve a token that is stored in the application's settings. Authentification allowed the implementation of a basic "get post from URL" feature mostly made for testing.
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 292930d..2d7cf30 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -123,6 +123,7 @@ p, li { white-space: pre-wrap; }
<string>Go</string>
</property>
<addaction name="actionRandom_status"/>
+ <addaction name="actionOpen_URL"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
@@ -271,6 +272,11 @@ p, li { white-space: pre-wrap; }
<enum>QAction::PreferencesRole</enum>
</property>
</action>
+ <action name="actionOpen_URL">
+ <property name="text">
+ <string>Open URL…</string>
+ </property>
+ </action>
</widget>
<tabstops>
<tabstop>listWidget</tabstop>