ruby-qt6-qtcore 1.0.1 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -0
- data/Rakefile +4 -0
- data/ext/qt6/qtcore/{bando-rb.cpp → bando-core-rb.cpp} +4 -2
- data/ext/qt6/qtcore/bando-core-rb.hpp +5 -0
- data/ext/qt6/qtcore/bando-qobject-rb.cpp +3 -3
- data/ext/qt6/qtcore/bando-qobject-rb.hpp +4 -3
- data/ext/qt6/qtcore/extconf.rb +4 -12
- data/ext/qt6/qtcore/qabstractitemmodel-rb.cpp +31 -31
- data/ext/qt6/qtcore/qabstractitemmodel-rb.hpp +4 -3
- data/ext/qt6/qtcore/qanystringview-rb.cpp +3 -3
- data/ext/qt6/qtcore/qanystringview-rb.hpp +4 -3
- data/ext/qt6/qtcore/qbasictimer-rb.cpp +3 -3
- data/ext/qt6/qtcore/qbasictimer-rb.hpp +4 -3
- data/ext/qt6/qtcore/qbytearray-rb.cpp +30 -3
- data/ext/qt6/qtcore/qbytearray-rb.hpp +4 -3
- data/ext/qt6/qtcore/qchar-rb.cpp +3 -3
- data/ext/qt6/qtcore/qchar-rb.hpp +4 -3
- data/ext/qt6/qtcore/qcoreapplication-rb.cpp +14 -14
- data/ext/qt6/qtcore/qcoreapplication-rb.hpp +4 -3
- data/ext/qt6/qtcore/qcoreevent-rb.cpp +6 -7
- data/ext/qt6/qtcore/qcoreevent-rb.hpp +4 -3
- data/ext/qt6/qtcore/qdatetime-rb.cpp +5 -5
- data/ext/qt6/qtcore/qdatetime-rb.hpp +4 -3
- data/ext/qt6/qtcore/qdir-rb.cpp +3 -3
- data/ext/qt6/qtcore/qdir-rb.hpp +4 -3
- data/ext/qt6/qtcore/qeventloop-rb.cpp +33 -0
- data/ext/qt6/qtcore/qeventloop-rb.hpp +5 -0
- data/ext/qt6/qtcore/qfile-rb.cpp +3 -3
- data/ext/qt6/qtcore/qfile-rb.hpp +4 -3
- data/ext/qt6/qtcore/qfiledevice-rb.cpp +3 -3
- data/ext/qt6/qtcore/qfiledevice-rb.hpp +4 -3
- data/ext/qt6/qtcore/qfileinfo-rb.cpp +3 -3
- data/ext/qt6/qtcore/qfileinfo-rb.hpp +4 -3
- data/ext/qt6/qtcore/qiodevice-rb.cpp +10 -10
- data/ext/qt6/qtcore/qiodevice-rb.hpp +4 -3
- data/ext/qt6/qtcore/qiodevicebase-rb.cpp +3 -3
- data/ext/qt6/qtcore/qiodevicebase-rb.hpp +4 -3
- data/ext/qt6/qtcore/qitemselection-rb.cpp +4 -4
- data/ext/qt6/qtcore/qitemselection-rb.hpp +4 -3
- data/ext/qt6/qtcore/qitemselectionmodel-rb.cpp +9 -9
- data/ext/qt6/qtcore/qitemselectionmodel-rb.hpp +4 -3
- data/ext/qt6/qtcore/qlibraryinfo-rb.cpp +3 -3
- data/ext/qt6/qtcore/qlibraryinfo-rb.hpp +4 -3
- data/ext/qt6/qtcore/qline-rb.cpp +4 -4
- data/ext/qt6/qtcore/qline-rb.hpp +4 -3
- data/ext/qt6/qtcore/qlocale-rb.cpp +3 -3
- data/ext/qt6/qtcore/qlocale-rb.hpp +4 -3
- data/ext/qt6/qtcore/qmargins-rb.cpp +4 -4
- data/ext/qt6/qtcore/qmargins-rb.hpp +4 -3
- data/ext/qt6/qtcore/qmetaclassinfo-rb.cpp +3 -3
- data/ext/qt6/qtcore/qmetaclassinfo-rb.hpp +4 -3
- data/ext/qt6/qtcore/qmetamethod-rb.cpp +3 -3
- data/ext/qt6/qtcore/qmetamethod-rb.hpp +4 -3
- data/ext/qt6/qtcore/qmetaobject-rb.cpp +4 -4
- data/ext/qt6/qtcore/qmetaobject-rb.hpp +4 -3
- data/ext/qt6/qtcore/qmetaobjectbuilder-rb.cpp +6 -6
- data/ext/qt6/qtcore/qmetaobjectbuilder-rb.hpp +4 -3
- data/ext/qt6/qtcore/qmetatype-rb.cpp +3 -3
- data/ext/qt6/qtcore/qmetatype-rb.hpp +4 -3
- data/ext/qt6/qtcore/qmimetype-rb.cpp +28 -0
- data/ext/qt6/qtcore/qmimetype-rb.hpp +5 -0
- data/ext/qt6/qtcore/qmodelindex-rb.cpp +3 -3
- data/ext/qt6/qtcore/qmodelindex-rb.hpp +4 -3
- data/ext/qt6/qtcore/qobject-rb.cpp +8 -8
- data/ext/qt6/qtcore/qobject-rb.hpp +4 -3
- data/ext/qt6/qtcore/qpoint-rb.cpp +4 -4
- data/ext/qt6/qtcore/qpoint-rb.hpp +4 -3
- data/ext/qt6/qtcore/qprocess-rb.cpp +123 -0
- data/ext/qt6/qtcore/qprocess-rb.hpp +5 -0
- data/ext/qt6/qtcore/qprocessenvironment-rb.cpp +32 -0
- data/ext/qt6/qtcore/qprocessenvironment-rb.hpp +5 -0
- data/ext/qt6/qtcore/qrect-rb.cpp +8 -4
- data/ext/qt6/qtcore/qrect-rb.hpp +4 -3
- data/ext/qt6/qtcore/qregularexpression-rb.cpp +16 -4
- data/ext/qt6/qtcore/qregularexpression-rb.hpp +4 -3
- data/ext/qt6/qtcore/qresource-rb.cpp +3 -3
- data/ext/qt6/qtcore/qresource-rb.hpp +4 -3
- data/ext/qt6/qtcore/qsettings-rb.cpp +3 -3
- data/ext/qt6/qtcore/qsettings-rb.hpp +4 -3
- data/ext/qt6/qtcore/qsignalmapper-rb.cpp +7 -7
- data/ext/qt6/qtcore/qsignalmapper-rb.hpp +4 -3
- data/ext/qt6/qtcore/qsize-rb.cpp +4 -4
- data/ext/qt6/qtcore/qsize-rb.hpp +4 -3
- data/ext/qt6/qtcore/qstandardpaths-rb.cpp +61 -0
- data/ext/qt6/qtcore/qstandardpaths-rb.hpp +5 -0
- data/ext/qt6/qtcore/qstring-rb.cpp +5 -3
- data/ext/qt6/qtcore/qstring-rb.hpp +4 -3
- data/ext/qt6/qtcore/qstringlist-rb.cpp +5 -41
- data/ext/qt6/qtcore/qstringlist-rb.hpp +4 -3
- data/ext/qt6/qtcore/qt-enum-af-rb.cpp +2 -2
- data/ext/qt6/qtcore/qt-enum-af-rb.hpp +4 -3
- data/ext/qt6/qtcore/qt-enum-gl-rb.cpp +2 -2
- data/ext/qt6/qtcore/qt-enum-gl-rb.hpp +4 -3
- data/ext/qt6/qtcore/qt-enum-mr-rb.cpp +2 -2
- data/ext/qt6/qtcore/qt-enum-mr-rb.hpp +4 -3
- data/ext/qt6/qtcore/qt-enum-sz-rb.cpp +2 -2
- data/ext/qt6/qtcore/qt-enum-sz-rb.hpp +4 -3
- data/ext/qt6/qtcore/qt-flags-al-rb.cpp +2 -2
- data/ext/qt6/qtcore/qt-flags-al-rb.hpp +4 -3
- data/ext/qt6/qtcore/qt-flags-mz-rb.cpp +2 -2
- data/ext/qt6/qtcore/qt-flags-mz-rb.hpp +4 -3
- data/ext/qt6/qtcore/qtcore-rb.cpp +26 -8
- data/ext/qt6/qtcore/qtcore-rb.hpp +1 -1
- data/ext/qt6/qtcore/qtcoreversion-rb.cpp +2 -2
- data/ext/qt6/qtcore/qtcoreversion-rb.hpp +4 -3
- data/ext/qt6/qtcore/qtextstream-rb.cpp +3 -3
- data/ext/qt6/qtcore/qtextstream-rb.hpp +4 -3
- data/ext/qt6/qtcore/qtimer-rb.cpp +4 -6
- data/ext/qt6/qtcore/qtimer-rb.hpp +4 -3
- data/ext/qt6/qtcore/qtranslator-rb.cpp +3 -3
- data/ext/qt6/qtcore/qtranslator-rb.hpp +4 -3
- data/ext/qt6/qtcore/qurl-rb.cpp +10 -6
- data/ext/qt6/qtcore/qurl-rb.hpp +4 -3
- data/ext/qt6/qtcore/qurlquery-rb.cpp +33 -0
- data/ext/qt6/qtcore/qurlquery-rb.hpp +5 -0
- data/ext/qt6/qtcore/quuid-rb.cpp +3 -3
- data/ext/qt6/qtcore/quuid-rb.hpp +4 -3
- data/ext/qt6/qtcore/qvariant-rb.cpp +6 -3
- data/ext/qt6/qtcore/qvariant-rb.hpp +4 -3
- data/ext/qt6/qtcore/qvariantlist-rb.cpp +16 -0
- data/ext/qt6/qtcore/qvariantlist-rb.hpp +5 -0
- data/ext/qt6/qtcore/qvariantmap-rb.cpp +16 -0
- data/ext/qt6/qtcore/qvariantmap-rb.hpp +5 -0
- data/ext/qt6/qtcore/t-qtcore-rb.cpp +14 -6
- data/ext/qt6/qtcore/t-qtcore-rb.hpp +4 -3
- data/lib/qt6/ducktyping.rb +10 -3
- data/lib/qt6/qtcore/private/metamethod.rb +1 -1
- data/lib/qt6/qtcore/private/metaobject.rb +5 -4
- data/lib/qt6/qtcore/qabstractitemmodel.rb +2 -2
- data/lib/qt6/qtcore/qanystringview.rb +0 -6
- data/lib/qt6/qtcore/qbytearray.rb +13 -0
- data/lib/qt6/qtcore/qcoreapplication.rb +31 -3
- data/lib/qt6/qtcore/qdate.rb +1 -1
- data/lib/qt6/qtcore/qdatetime.rb +2 -2
- data/lib/qt6/qtcore/qeventloop.rb +17 -0
- data/lib/qt6/qtcore/qitemselection.rb +6 -1
- data/lib/qt6/qtcore/qlocale.rb +1 -1
- data/lib/qt6/qtcore/qmimetype.rb +9 -0
- data/lib/qt6/qtcore/qobject.rb +13 -2
- data/lib/qt6/qtcore/qprocess.rb +50 -0
- data/lib/qt6/qtcore/qprocessenvironment.rb +11 -0
- data/lib/qt6/qtcore/qregularexpression.rb +1 -1
- data/lib/qt6/qtcore/qregularexpressionmatchiterator.rb +9 -0
- data/lib/qt6/qtcore/qstandardpaths.rb +15 -0
- data/lib/qt6/qtcore/qstring.rb +7 -6
- data/lib/qt6/qtcore/qstringlist.rb +45 -2
- data/lib/qt6/qtcore/qtime.rb +1 -1
- data/lib/qt6/qtcore/qtimer.rb +1 -1
- data/lib/qt6/qtcore/qurl.rb +25 -0
- data/lib/qt6/qtcore/qurlquery.rb +41 -0
- data/lib/qt6/qtcore/quuid.rb +1 -1
- data/lib/qt6/qtcore/qvariant.rb +5 -1
- data/lib/qt6/qtcore/qvariantlist.rb +60 -0
- data/lib/qt6/qtcore/qvariantmap.rb +47 -0
- data/lib/qt6/qtcore/version.rb +1 -1
- data/lib/qt6/qtcore.rb +10 -0
- data/lib/qt6/refinements/kernel.rb +22 -5
- data/lib/qt6/refinements/object.rb +15 -0
- data/lib/qt6/refinements/symbol.rb +8 -0
- metadata +33 -6
- data/ext/qt6/qtcore/bando-rb.hpp +0 -4
data/lib/qt6/qtcore.rb
CHANGED
|
@@ -4,7 +4,9 @@ require_relative "configuration"
|
|
|
4
4
|
require_relative "ducktyping"
|
|
5
5
|
|
|
6
6
|
require_relative "refinements/kernel"
|
|
7
|
+
require_relative "refinements/object"
|
|
7
8
|
require_relative "refinements/string"
|
|
9
|
+
require_relative "refinements/symbol"
|
|
8
10
|
|
|
9
11
|
require_relative "qtcore/private/_nodoc"
|
|
10
12
|
require_relative "qtcore/private/inflector"
|
|
@@ -53,15 +55,19 @@ require_relative "qtcore/qmarginsf"
|
|
|
53
55
|
require_relative "qtcore/qmodelindex"
|
|
54
56
|
require_relative "qtcore/qpoint"
|
|
55
57
|
require_relative "qtcore/qpointf"
|
|
58
|
+
require_relative "qtcore/qprocessenvironment"
|
|
56
59
|
require_relative "qtcore/qrect"
|
|
57
60
|
require_relative "qtcore/qrectf"
|
|
58
61
|
require_relative "qtcore/qregularexpression"
|
|
59
62
|
require_relative "qtcore/qregularexpressionmatch"
|
|
63
|
+
require_relative "qtcore/qregularexpressionmatchiterator"
|
|
60
64
|
require_relative "qtcore/qresource"
|
|
61
65
|
require_relative "qtcore/qsize"
|
|
62
66
|
require_relative "qtcore/qsizef"
|
|
67
|
+
require_relative "qtcore/qstandardpaths"
|
|
63
68
|
require_relative "qtcore/qtextstream"
|
|
64
69
|
require_relative "qtcore/qurl"
|
|
70
|
+
require_relative "qtcore/qurlquery"
|
|
65
71
|
require_relative "qtcore/quuid"
|
|
66
72
|
require_relative "qtcore/qvariant"
|
|
67
73
|
|
|
@@ -70,9 +76,11 @@ require_relative "qtcore/qabstractitemmodel"
|
|
|
70
76
|
require_relative "qtcore/qabstractlistmodel"
|
|
71
77
|
require_relative "qtcore/qabstracttablemodel"
|
|
72
78
|
require_relative "qtcore/qcoreapplication"
|
|
79
|
+
require_relative "qtcore/qeventloop"
|
|
73
80
|
require_relative "qtcore/qiodevice"
|
|
74
81
|
require_relative "qtcore/qfiledevice"
|
|
75
82
|
require_relative "qtcore/qfile"
|
|
83
|
+
require_relative "qtcore/qprocess"
|
|
76
84
|
require_relative "qtcore/qitemselectionmodel"
|
|
77
85
|
require_relative "qtcore/qsettings"
|
|
78
86
|
require_relative "qtcore/qsignalmapper"
|
|
@@ -81,6 +89,8 @@ require_relative "qtcore/qtranslator"
|
|
|
81
89
|
|
|
82
90
|
require_relative "qtcore/qitemselection"
|
|
83
91
|
require_relative "qtcore/qstringlist"
|
|
92
|
+
require_relative "qtcore/qvariantlist"
|
|
93
|
+
require_relative "qtcore/qvariantmap"
|
|
84
94
|
|
|
85
95
|
require_relative "bando/dsl"
|
|
86
96
|
require_relative "bando/qobject"
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# @!visibility private
|
|
4
4
|
module Kernel
|
|
5
|
-
def rubyqt6_declare_enum_under(mod, enum)
|
|
5
|
+
def rubyqt6_declare_enum_under(mod, enum, **options)
|
|
6
6
|
int2str = {}
|
|
7
7
|
enum.constants.each do |name|
|
|
8
8
|
const = enum.const_get(name)
|
|
9
9
|
int2str[const.to_i] = name.to_s
|
|
10
|
-
mod.const_set(name, const)
|
|
10
|
+
mod.const_set(name, const) if options.fetch(:alias, true)
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
enum.define_method(:to_s) { int2str[to_i] || "" }
|
|
@@ -17,8 +17,13 @@ module Kernel
|
|
|
17
17
|
enum.define_method(:to_int) { to_i }
|
|
18
18
|
enum.define_method(:<=>) { |other| other.respond_to?(:to_int) ? to_int <=> other.to_int : nil }
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
RubyQt6::QtCore::QVariant.register(
|
|
20
|
+
qmetatype_id = enum._qvariant_register_metatype
|
|
21
|
+
RubyQt6::QtCore::QVariant.register(
|
|
22
|
+
qmetatype_id,
|
|
23
|
+
->(value) { RubyQt6::QtCore::QVariant.from_int(value.to_int).tap { |qvariant| qvariant.convert(RubyQt6::QtCore::QMetaType.new(qmetatype_id)) } },
|
|
24
|
+
->(qvariant) { enum.from_int(RubyQt6::QtCore::QVariant.to_int(qvariant)) },
|
|
25
|
+
from: enum
|
|
26
|
+
)
|
|
22
27
|
end
|
|
23
28
|
|
|
24
29
|
def rubyqt6_declare_qflags(flags, enum)
|
|
@@ -28,11 +33,23 @@ module Kernel
|
|
|
28
33
|
enum.define_method(:^) { |other| flags.new(self) ^ other }
|
|
29
34
|
enum.define_method(:|) { |other| flags.new(self) | other }
|
|
30
35
|
|
|
31
|
-
flags.
|
|
36
|
+
flags.define_singleton_method(:new) { |value = 0| flags.from_int(value.to_i) }
|
|
32
37
|
flags.define_method(:inspect) { RubyQt6::T.inspect_struct_enum(self, int: to_i) }
|
|
33
38
|
|
|
34
39
|
flags.include(Comparable)
|
|
35
40
|
flags.define_method(:to_int) { to_i }
|
|
36
41
|
flags.define_method(:<=>) { |other| other.respond_to?(:to_int) ? to_int <=> other.to_int : nil }
|
|
42
|
+
|
|
43
|
+
flags.define_method(:to_qflags) { self }
|
|
44
|
+
flags.define_method(:~) { flags.from_int(~to_i) }
|
|
45
|
+
flags.define_method(:&) { |other| flags.from_int(to_i & other.to_i) }
|
|
46
|
+
flags.define_method(:^) { |other| flags.from_int(to_i ^ other.to_i) }
|
|
47
|
+
flags.define_method(:|) { |other| flags.from_int(to_i | other.to_i) }
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
def rubyqt6_declare_std_unique_ptr(ptr, **options)
|
|
51
|
+
ptr.instance_exec do
|
|
52
|
+
def_delegators :get, *options[:delegators]
|
|
53
|
+
end
|
|
37
54
|
end
|
|
38
55
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-qt6-qtcore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Doe
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version:
|
|
18
|
+
version: 2.0.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version:
|
|
25
|
+
version: 2.0.0
|
|
26
26
|
description: Ruby Bindings for Qt Core.
|
|
27
27
|
email:
|
|
28
28
|
- johndoe@example.com
|
|
@@ -36,10 +36,10 @@ files:
|
|
|
36
36
|
- LICENSE
|
|
37
37
|
- README.md
|
|
38
38
|
- Rakefile
|
|
39
|
+
- ext/qt6/qtcore/bando-core-rb.cpp
|
|
40
|
+
- ext/qt6/qtcore/bando-core-rb.hpp
|
|
39
41
|
- ext/qt6/qtcore/bando-qobject-rb.cpp
|
|
40
42
|
- ext/qt6/qtcore/bando-qobject-rb.hpp
|
|
41
|
-
- ext/qt6/qtcore/bando-rb.cpp
|
|
42
|
-
- ext/qt6/qtcore/bando-rb.hpp
|
|
43
43
|
- ext/qt6/qtcore/extconf.rb
|
|
44
44
|
- ext/qt6/qtcore/qabstractitemmodel-rb.cpp
|
|
45
45
|
- ext/qt6/qtcore/qabstractitemmodel-rb.hpp
|
|
@@ -59,6 +59,8 @@ files:
|
|
|
59
59
|
- ext/qt6/qtcore/qdatetime-rb.hpp
|
|
60
60
|
- ext/qt6/qtcore/qdir-rb.cpp
|
|
61
61
|
- ext/qt6/qtcore/qdir-rb.hpp
|
|
62
|
+
- ext/qt6/qtcore/qeventloop-rb.cpp
|
|
63
|
+
- ext/qt6/qtcore/qeventloop-rb.hpp
|
|
62
64
|
- ext/qt6/qtcore/qfile-rb.cpp
|
|
63
65
|
- ext/qt6/qtcore/qfile-rb.hpp
|
|
64
66
|
- ext/qt6/qtcore/qfiledevice-rb.cpp
|
|
@@ -91,12 +93,18 @@ files:
|
|
|
91
93
|
- ext/qt6/qtcore/qmetaobjectbuilder-rb.hpp
|
|
92
94
|
- ext/qt6/qtcore/qmetatype-rb.cpp
|
|
93
95
|
- ext/qt6/qtcore/qmetatype-rb.hpp
|
|
96
|
+
- ext/qt6/qtcore/qmimetype-rb.cpp
|
|
97
|
+
- ext/qt6/qtcore/qmimetype-rb.hpp
|
|
94
98
|
- ext/qt6/qtcore/qmodelindex-rb.cpp
|
|
95
99
|
- ext/qt6/qtcore/qmodelindex-rb.hpp
|
|
96
100
|
- ext/qt6/qtcore/qobject-rb.cpp
|
|
97
101
|
- ext/qt6/qtcore/qobject-rb.hpp
|
|
98
102
|
- ext/qt6/qtcore/qpoint-rb.cpp
|
|
99
103
|
- ext/qt6/qtcore/qpoint-rb.hpp
|
|
104
|
+
- ext/qt6/qtcore/qprocess-rb.cpp
|
|
105
|
+
- ext/qt6/qtcore/qprocess-rb.hpp
|
|
106
|
+
- ext/qt6/qtcore/qprocessenvironment-rb.cpp
|
|
107
|
+
- ext/qt6/qtcore/qprocessenvironment-rb.hpp
|
|
100
108
|
- ext/qt6/qtcore/qrect-rb.cpp
|
|
101
109
|
- ext/qt6/qtcore/qrect-rb.hpp
|
|
102
110
|
- ext/qt6/qtcore/qregularexpression-rb.cpp
|
|
@@ -109,6 +117,8 @@ files:
|
|
|
109
117
|
- ext/qt6/qtcore/qsignalmapper-rb.hpp
|
|
110
118
|
- ext/qt6/qtcore/qsize-rb.cpp
|
|
111
119
|
- ext/qt6/qtcore/qsize-rb.hpp
|
|
120
|
+
- ext/qt6/qtcore/qstandardpaths-rb.cpp
|
|
121
|
+
- ext/qt6/qtcore/qstandardpaths-rb.hpp
|
|
112
122
|
- ext/qt6/qtcore/qstring-rb.cpp
|
|
113
123
|
- ext/qt6/qtcore/qstring-rb.hpp
|
|
114
124
|
- ext/qt6/qtcore/qstringlist-rb.cpp
|
|
@@ -137,10 +147,16 @@ files:
|
|
|
137
147
|
- ext/qt6/qtcore/qtranslator-rb.hpp
|
|
138
148
|
- ext/qt6/qtcore/qurl-rb.cpp
|
|
139
149
|
- ext/qt6/qtcore/qurl-rb.hpp
|
|
150
|
+
- ext/qt6/qtcore/qurlquery-rb.cpp
|
|
151
|
+
- ext/qt6/qtcore/qurlquery-rb.hpp
|
|
140
152
|
- ext/qt6/qtcore/quuid-rb.cpp
|
|
141
153
|
- ext/qt6/qtcore/quuid-rb.hpp
|
|
142
154
|
- ext/qt6/qtcore/qvariant-rb.cpp
|
|
143
155
|
- ext/qt6/qtcore/qvariant-rb.hpp
|
|
156
|
+
- ext/qt6/qtcore/qvariantlist-rb.cpp
|
|
157
|
+
- ext/qt6/qtcore/qvariantlist-rb.hpp
|
|
158
|
+
- ext/qt6/qtcore/qvariantmap-rb.cpp
|
|
159
|
+
- ext/qt6/qtcore/qvariantmap-rb.hpp
|
|
144
160
|
- ext/qt6/qtcore/t-qtcore-rb.cpp
|
|
145
161
|
- ext/qt6/qtcore/t-qtcore-rb.hpp
|
|
146
162
|
- lib/qt6/bando/dsl.rb
|
|
@@ -169,6 +185,7 @@ files:
|
|
|
169
185
|
- lib/qt6/qtcore/qdir.rb
|
|
170
186
|
- lib/qt6/qtcore/qdynamicpropertychangeevent.rb
|
|
171
187
|
- lib/qt6/qtcore/qevent.rb
|
|
188
|
+
- lib/qt6/qtcore/qeventloop.rb
|
|
172
189
|
- lib/qt6/qtcore/qfile.rb
|
|
173
190
|
- lib/qt6/qtcore/qfiledevice.rb
|
|
174
191
|
- lib/qt6/qtcore/qfileinfo.rb
|
|
@@ -189,19 +206,24 @@ files:
|
|
|
189
206
|
- lib/qt6/qtcore/qmetaobject.rb
|
|
190
207
|
- lib/qt6/qtcore/qmetaobjectbuilder.rb
|
|
191
208
|
- lib/qt6/qtcore/qmetatype.rb
|
|
209
|
+
- lib/qt6/qtcore/qmimetype.rb
|
|
192
210
|
- lib/qt6/qtcore/qmodelindex.rb
|
|
193
211
|
- lib/qt6/qtcore/qobject.rb
|
|
194
212
|
- lib/qt6/qtcore/qpoint.rb
|
|
195
213
|
- lib/qt6/qtcore/qpointf.rb
|
|
214
|
+
- lib/qt6/qtcore/qprocess.rb
|
|
215
|
+
- lib/qt6/qtcore/qprocessenvironment.rb
|
|
196
216
|
- lib/qt6/qtcore/qrect.rb
|
|
197
217
|
- lib/qt6/qtcore/qrectf.rb
|
|
198
218
|
- lib/qt6/qtcore/qregularexpression.rb
|
|
199
219
|
- lib/qt6/qtcore/qregularexpressionmatch.rb
|
|
220
|
+
- lib/qt6/qtcore/qregularexpressionmatchiterator.rb
|
|
200
221
|
- lib/qt6/qtcore/qresource.rb
|
|
201
222
|
- lib/qt6/qtcore/qsettings.rb
|
|
202
223
|
- lib/qt6/qtcore/qsignalmapper.rb
|
|
203
224
|
- lib/qt6/qtcore/qsize.rb
|
|
204
225
|
- lib/qt6/qtcore/qsizef.rb
|
|
226
|
+
- lib/qt6/qtcore/qstandardpaths.rb
|
|
205
227
|
- lib/qt6/qtcore/qstring.rb
|
|
206
228
|
- lib/qt6/qtcore/qstringlist.rb
|
|
207
229
|
- lib/qt6/qtcore/qt.rb
|
|
@@ -213,11 +235,16 @@ files:
|
|
|
213
235
|
- lib/qt6/qtcore/qtimerevent.rb
|
|
214
236
|
- lib/qt6/qtcore/qtranslator.rb
|
|
215
237
|
- lib/qt6/qtcore/qurl.rb
|
|
238
|
+
- lib/qt6/qtcore/qurlquery.rb
|
|
216
239
|
- lib/qt6/qtcore/quuid.rb
|
|
217
240
|
- lib/qt6/qtcore/qvariant.rb
|
|
241
|
+
- lib/qt6/qtcore/qvariantlist.rb
|
|
242
|
+
- lib/qt6/qtcore/qvariantmap.rb
|
|
218
243
|
- lib/qt6/qtcore/version.rb
|
|
219
244
|
- lib/qt6/refinements/kernel.rb
|
|
245
|
+
- lib/qt6/refinements/object.rb
|
|
220
246
|
- lib/qt6/refinements/string.rb
|
|
247
|
+
- lib/qt6/refinements/symbol.rb
|
|
221
248
|
homepage: https://github.com/souk4711/ruby-qt6
|
|
222
249
|
licenses: []
|
|
223
250
|
metadata:
|
|
@@ -231,7 +258,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
231
258
|
requirements:
|
|
232
259
|
- - ">="
|
|
233
260
|
- !ruby/object:Gem::Version
|
|
234
|
-
version: 3.
|
|
261
|
+
version: 3.3.0
|
|
235
262
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
263
|
requirements:
|
|
237
264
|
- - ">="
|
data/ext/qt6/qtcore/bando-rb.hpp
DELETED