diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-10 11:00:55 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-10 12:57:37 +0100 |
commit | 2da058c7f28bbcb5c9135978e6178704e5c4162b (patch) | |
tree | 6419c4d830f29a6225098bd13f1b22bb547bfe57 /Base | |
parent | ca538b6ceeb48d6570918a311d7a1ca1137b96f7 (diff) | |
download | serenity-2da058c7f28bbcb5c9135978e6178704e5c4162b.zip |
HackStudio: Use the GWidget class registry to populate the toolbar
This will allow HackStudio to learn about new GWidget types without
having to do anything in HackStudio :^)
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/widgets/GButton.png | bin | 0 -> 266 bytes |
-rw-r--r-- | Base/res/icons/widgets/GCheckBox.png | bin | 0 -> 184 bytes |
-rw-r--r-- | Base/res/icons/widgets/GGroupBox.png | bin | 0 -> 177 bytes |
-rw-r--r-- | Base/res/icons/widgets/GLabel.png | bin | 0 -> 162 bytes |
-rw-r--r-- | Base/res/icons/widgets/GProgressBar.png | bin | 0 -> 186 bytes |
-rw-r--r-- | Base/res/icons/widgets/GRadioButton.png | bin | 0 -> 5391 bytes |
-rw-r--r-- | Base/res/icons/widgets/GScrollBar.png | bin | 0 -> 239 bytes |
-rw-r--r-- | Base/res/icons/widgets/GSlider.png | bin | 0 -> 177 bytes |
-rw-r--r-- | Base/res/icons/widgets/GSpinBox.png | bin | 0 -> 261 bytes |
-rw-r--r-- | Base/res/icons/widgets/GTextBox.png | bin | 0 -> 243 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/widgets/GButton.png b/Base/res/icons/widgets/GButton.png Binary files differnew file mode 100644 index 0000000000..7d735c8e73 --- /dev/null +++ b/Base/res/icons/widgets/GButton.png diff --git a/Base/res/icons/widgets/GCheckBox.png b/Base/res/icons/widgets/GCheckBox.png Binary files differnew file mode 100644 index 0000000000..192972a22c --- /dev/null +++ b/Base/res/icons/widgets/GCheckBox.png diff --git a/Base/res/icons/widgets/GGroupBox.png b/Base/res/icons/widgets/GGroupBox.png Binary files differnew file mode 100644 index 0000000000..3e8dd643bd --- /dev/null +++ b/Base/res/icons/widgets/GGroupBox.png diff --git a/Base/res/icons/widgets/GLabel.png b/Base/res/icons/widgets/GLabel.png Binary files differnew file mode 100644 index 0000000000..b6eb3a49f6 --- /dev/null +++ b/Base/res/icons/widgets/GLabel.png diff --git a/Base/res/icons/widgets/GProgressBar.png b/Base/res/icons/widgets/GProgressBar.png Binary files differnew file mode 100644 index 0000000000..a8c5e10a45 --- /dev/null +++ b/Base/res/icons/widgets/GProgressBar.png diff --git a/Base/res/icons/widgets/GRadioButton.png b/Base/res/icons/widgets/GRadioButton.png Binary files differnew file mode 100644 index 0000000000..c694b06afa --- /dev/null +++ b/Base/res/icons/widgets/GRadioButton.png diff --git a/Base/res/icons/widgets/GScrollBar.png b/Base/res/icons/widgets/GScrollBar.png Binary files differnew file mode 100644 index 0000000000..275378e366 --- /dev/null +++ b/Base/res/icons/widgets/GScrollBar.png diff --git a/Base/res/icons/widgets/GSlider.png b/Base/res/icons/widgets/GSlider.png Binary files differnew file mode 100644 index 0000000000..4f5d54064d --- /dev/null +++ b/Base/res/icons/widgets/GSlider.png diff --git a/Base/res/icons/widgets/GSpinBox.png b/Base/res/icons/widgets/GSpinBox.png Binary files differnew file mode 100644 index 0000000000..a81389690a --- /dev/null +++ b/Base/res/icons/widgets/GSpinBox.png diff --git a/Base/res/icons/widgets/GTextBox.png b/Base/res/icons/widgets/GTextBox.png Binary files differnew file mode 100644 index 0000000000..48c970e7fc --- /dev/null +++ b/Base/res/icons/widgets/GTextBox.png |