Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified icons/copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/cut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/paste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/redo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/undo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion notepad.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef NOTEPAD_H
#define NOTEPAD_H

#include <QMainWindow>

#include <QString>
namespace Ui {
class Notepad;
Expand Down
24 changes: 13 additions & 11 deletions notepad.ui
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<x>0</x>
<y>0</y>
<width>470</width>
<height>22</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
Expand Down Expand Up @@ -85,7 +85,13 @@
<property name="title">
<string>About</string>
</property>
<addaction name="actionAbout_Me"/>
<widget class="QMenu" name="menuAbout_Me">
<property name="title">
<string>About Me!</string>
</property>
<addaction name="actionSavethan_Sritharan"/>
</widget>
<addaction name="menuAbout_Me"/>
</widget>
<widget class="QMenu" name="menuOptions">
<property name="title">
Expand Down Expand Up @@ -181,15 +187,6 @@
<string>Ctrl+X</string>
</property>
</action>
<action name="actionAbout_Me">
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/rec/icons/info.png</normaloff>:/rec/icons/info.png</iconset>
</property>
<property name="text">
<string>About Me!</string>
</property>
</action>
<action name="actionUndo">
<property name="icon">
<iconset resource="resource.qrc">
Expand Down Expand Up @@ -229,6 +226,11 @@
<string>Find Text Ctr+F</string>
</property>
</action>
<action name="actionSavethan_Sritharan">
<property name="text">
<string>Savethan Sritharan</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
Expand Down