Fix images
22
data.qrc
@ -1,5 +1,23 @@
|
||||
<RCC>
|
||||
<qresource prefix="/data">
|
||||
<file>ex.txt</file>
|
||||
<qresource prefix="/data/images">
|
||||
<file>data/images/bold.png</file>
|
||||
<file>data/images/copy.png</file>
|
||||
<file>data/images/create.png</file>
|
||||
<file>data/images/cut.png</file>
|
||||
<file>data/images/edit_redo.png</file>
|
||||
<file>data/images/edit_undo.png</file>
|
||||
<file>data/images/exit.png</file>
|
||||
<file>data/images/font.png</file>
|
||||
<file>data/images/info.png</file>
|
||||
<file>data/images/italic.png</file>
|
||||
<file>data/images/new.png</file>
|
||||
<file>data/images/open.png</file>
|
||||
<file>data/images/paste.png</file>
|
||||
<file>data/images/pencil.png</file>
|
||||
<file>data/images/print.png</file>
|
||||
<file>data/images/save.png</file>
|
||||
<file>data/images/save_as.png</file>
|
||||
<file>data/images/underline.png</file>
|
||||
<file>data/images/add.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
BIN
data/images/add.png
Normal file
|
After Width: | Height: | Size: 370 B |
BIN
data/images/bold.png
Normal file
|
After Width: | Height: | Size: 724 B |
BIN
data/images/copy.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
data/images/create.png
Normal file
|
After Width: | Height: | Size: 459 B |
BIN
data/images/cut.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
data/images/edit_redo.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
data/images/edit_undo.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
data/images/exit.png
Normal file
|
After Width: | Height: | Size: 379 B |
BIN
data/images/font.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
data/images/info.png
Normal file
|
After Width: | Height: | Size: 557 B |
BIN
data/images/italic.png
Normal file
|
After Width: | Height: | Size: 471 B |
BIN
data/images/new.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
data/images/open.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
data/images/paste.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
data/images/pencil.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
data/images/print.png
Normal file
|
After Width: | Height: | Size: 331 B |
BIN
data/images/save.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
data/images/save_as.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
data/images/underline.png
Normal file
|
After Width: | Height: | Size: 520 B |
@ -249,7 +249,8 @@
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/add.png</normaloff>:/data/images/data/images/add.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -337,7 +338,6 @@
|
||||
<addaction name="actionEditCopy"/>
|
||||
<addaction name="actionEditPaste"/>
|
||||
<addaction name="actionEditCut"/>
|
||||
<addaction name="actionEditDelete"/>
|
||||
<addaction name="actionEditUndo"/>
|
||||
<addaction name="actionEditRedo"/>
|
||||
<addaction name="separator"/>
|
||||
@ -368,7 +368,8 @@
|
||||
</action>
|
||||
<action name="actionNewFile">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::DocumentNew"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/new.png</normaloff>:/data/images/data/images/new.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>NewFile</string>
|
||||
@ -379,7 +380,8 @@
|
||||
</action>
|
||||
<action name="actionSaveFile">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::DocumentSave"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/save_as.png</normaloff>:/data/images/data/images/save_as.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>SaveFile</string>
|
||||
@ -390,7 +392,8 @@
|
||||
</action>
|
||||
<action name="actionSaveAsFile">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::DocumentSaveAs"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/save.png</normaloff>:/data/images/data/images/save.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>SaveAsFile</string>
|
||||
@ -401,7 +404,8 @@
|
||||
</action>
|
||||
<action name="actionPrintFile">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::DocumentPrint"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/print.png</normaloff>:/data/images/data/images/print.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>PrintFile</string>
|
||||
@ -412,7 +416,8 @@
|
||||
</action>
|
||||
<action name="actionEditCopy">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::EditCopy"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/copy.png</normaloff>:/data/images/data/images/copy.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>EditCopy</string>
|
||||
@ -423,7 +428,8 @@
|
||||
</action>
|
||||
<action name="actionEditPaste">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::EditPaste"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/paste.png</normaloff>:/data/images/data/images/paste.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>EditPaste</string>
|
||||
@ -434,7 +440,8 @@
|
||||
</action>
|
||||
<action name="actionEditCut">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::EditCut"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/cut.png</normaloff>:/data/images/data/images/cut.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>EditCut</string>
|
||||
@ -443,20 +450,10 @@
|
||||
<enum>QAction::MenuRole::NoRole</enum>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEditDelete">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::EditDelete"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>EditDelete</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::MenuRole::NoRole</enum>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEditUndo">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::EditUndo"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/edit_undo.png</normaloff>:/data/images/data/images/edit_undo.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>EditUndo</string>
|
||||
@ -467,7 +464,8 @@
|
||||
</action>
|
||||
<action name="actionEditRedo">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::EditRedo"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/edit_redo.png</normaloff>:/data/images/data/images/edit_redo.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>EditRedo</string>
|
||||
@ -478,7 +476,8 @@
|
||||
</action>
|
||||
<action name="actionNew">
|
||||
<property name="icon">
|
||||
<iconset theme="QIcon::ThemeIcon::DocumentOpen"/>
|
||||
<iconset resource="build/Desktop_Qt_6_9_1-Debug/data.qrc">
|
||||
<normaloff>:/data/images/data/images/new.png</normaloff>:/data/images/data/images/new.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>New</string>
|
||||
@ -488,6 +487,8 @@
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="build/Desktop_Qt_6_9_1-Debug/data.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||