Class: RubyQt6::QtCore::QSettings

Inherits:
QObject
  • Object
show all
Defined in:
lib/qt6/qtcore/qsettings.rb

Overview

Defined Under Namespace

Classes: Format, Scope, Status

Instance Method Summary collapse

Constructor Details

#initialize(organization, application) ⇒ QSettings

Parameters:



24
25
26
27
28
# File 'lib/qt6/qtcore/qsettings.rb', line 24

def initialize(organization, application)
  format = QtCore::QSettings.default_format
  scope = QtCore::QSettings::Scope::UserScope
  _initialize(format, scope, T.to_qstr(organization), T.to_qstr(application))
end