dolphin/Source/Core/DolphinQt/Achievements
Dentomologist 2a7e8a4003 DolphinQt: Remove redundant window hints
Remove window hints clearing the flag Qt::WindowContextHelpButtonHint,
which is already off by default in Qt 6.

In Qt 5 this flag was set by default for QDialogs, and on Windows put a
? button in the corner of the title bar allowing users to activate Qt's
QWhatsThis help system for a given widget. Since we don't set that text
the ? button was useless and so we hid it manually.
2025-06-06 19:35:13 -07:00
..
AchievementBox.cpp Common and VideoCommon: Change texture data from std::vector to Common::UniqueBuffer. 2025-05-03 18:32:30 -05:00
AchievementBox.h Refactor AchievementBox to const pointer 2025-04-13 08:05:59 -04:00
AchievementHeaderWidget.cpp Fixed missing game badge in achievements dialog 2024-08-15 21:48:50 -04:00
AchievementHeaderWidget.h Update game progress bar to match achievement progress bar 2024-07-10 18:51:37 -04:00
AchievementLeaderboardWidget.cpp Fix Leaderboards Tab 2024-07-14 10:13:27 -04:00
AchievementLeaderboardWidget.h Refactor Leaderboard widget to allow partial updates 2024-05-01 06:43:20 -04:00
AchievementProgressWidget.cpp Merge pull request #12896 from LillyJadeKatrin/retroachievements-visual-improvements 2024-06-30 01:30:34 -04:00
AchievementProgressWidget.h Refactored AchievementProgressWidget to maintain AchievementBox list 2024-05-01 06:43:20 -04:00
AchievementSettingsWidget.cpp Revert "RetroAchievements: Fix potential deadlock on shutdown." 2025-05-17 08:29:50 -04:00
AchievementSettingsWidget.h Add RAIntegration event handler 2025-04-13 13:36:15 -04:00
AchievementsWindow.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
AchievementsWindow.h Refactor AchievementsWindow::UpdateData to take a partial update parameter 2024-05-01 07:04:32 -04:00