File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020)
2121from PyQt6 .QtGui import QKeySequence , QShortcut
2222from PyQt6 .QtCore import Qt
23+ from ui .widgets .spin_box import SpinBox
2324from core_functions .quran .types import QuranFontType , MarksType
2425from core_functions .Reciters import AyahReciter
2526from utils .const import data_folder , program_english_name , Globals
@@ -196,7 +197,7 @@ def init_ui(self):
196197 self .action_combo .setAccessibleName (self .action_label .text ())
197198
198199 self .duration_label = QLabel ("مدة التقديم والترجيع (بالثواني):" )
199- self .duration_spinbox = QSpinBox ( )
200+ self .duration_spinbox = SpinBox ( self )
200201 self .duration_spinbox .setAccessibleName (self .duration_label .text ())
201202 self .duration_spinbox .setRange (2 , 15 )
202203 self .duration_spinbox .setSingleStep (1 )
You can’t perform that action at this time.
0 commit comments