回答編集履歴
1
注釈追加
test
CHANGED
@@ -27,3 +27,23 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
`pip`でインストールしたならば一通りのQtライブラリが入っているはずなので大丈夫だと思います(少なくとも自分の環境は問題なかった)が、全ての環境を知っているわけではないので、一応確認したほうが良いでしょう。
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
---
|
34
|
+
|
35
|
+
一応、自分で揚げ足取り。
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
* [`QPixmap::QPixmap`](https://doc.qt.io/qt-5/qpixmap.html#QPixmap-2)
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
> The file name can either refer to an actual file on disk or **to one of the application's embedded resources**. See the Resource System overview for details on how to embed images and other resource files in the application's executable.
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
`QPixmap`のコンストラクタには、ファイル名だけでなく埋め込みリソース名も指定できるっぽい事が書かれてますね。
|
48
|
+
|
49
|
+
自分は詳しくないので、埋め込みリソースについてはよく知りませんし、今回と関係あるかどうか知りませんが、いずれにせよ「image.jpeg」がどこにあるのか、ハッキリとさせたほうがいいですね。
|