Quick-link buttons are pre-programmed toolbar shortcuts that navigate the browser to a specific destination in a single click — no typing required. In amongGX, four quick-link buttons sit on the right side of the toolbar, each representing a destination relevant to the Among Us community and the browser’s creator.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Ulto85/amongGX/llms.txt
Use this file to discover all available pages before exploring further.
Quick-Link Destinations
Discord
Label:
Status Tip: Socialize
Destination:
DiscordStatus Tip: Socialize
Destination:
https://www.discord.comJump straight to Discord to hang out with the Among Us community. The button’s status tip reads “Socialize” — fitting for a game all about social deception.Music (♫)
Label:
Status Tip: Vibe Check
Destination:
♫Status Tip: Vibe Check
Destination:
https://www.youtube.com/watch?v=8-NcrRzH0vAOpens a curated YouTube track hand-picked by the creator for maximum vibe. Status tip: “Vibe Check”.Among Us Store (ඞ)
Label:
Status Tip: Don’t Sue Me InnerSloth
Destination:
ඞStatus Tip: Don’t Sue Me InnerSloth
Destination:
https://store.steampowered.com/app/945360/Among_Us/Opens the Among Us Steam store page. The status tip “Don’t Sue Me InnerSloth” is a playful nod to the use of the iconic crewmate symbol ඞ.Subscribe (👍)
Label:
Status Tip: Sub to me plz
Destination:
👍Status Tip: Sub to me plz
Destination:
https://www.youtube.com/channel/UClDPJcyKnwUiAX1UQgZgoAwOpens the creator’s YouTube channel. Status tip: “Sub to me plz” — because every creator appreciates a subscription.Source Code
Each quick-link is implemented as its own method onMainWindow that calls self.browser.setUrl() with a hardcoded QUrl:
QAction objects are created, given status tips, and wired to these methods in __init__: