mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 00:22:31 -06:00
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::CustomContextMenu</enum>
|
||||
<enum>Qt::ContextMenuPolicy::CustomContextMenu</enum>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralWidget">
|
||||
<layout class="QVBoxLayout" name="centralWidgetLayout">
|
||||
@@ -135,10 +135,10 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
<enum>Qt::Orientation::Horizontal</enum>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonFollowStyle</enum>
|
||||
<enum>Qt::ToolButtonStyle::ToolButtonFollowStyle</enum>
|
||||
</property>
|
||||
<property name="floatable">
|
||||
<bool>false</bool>
|
||||
@@ -199,7 +199,7 @@
|
||||
</action>
|
||||
<action name="actionResumeSession">
|
||||
<property name="text">
|
||||
<string>&Resume Session</string>
|
||||
<string>R&esume Session</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPauseSession">
|
||||
@@ -392,7 +392,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>S&hutdown System</string>
|
||||
<string>Sh&utdown System</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAutoShutdownDisabled">
|
||||
|
||||
Reference in New Issue
Block a user