NothingPad/mainwindow.ui

184 lines
5.1 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>572</width>
<height>373</height>
</rect>
</property>
<property name="windowTitle">
<string>NothingPad</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>551</width>
<height>291</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTextEdit" name="textEdit"/>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>572</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>Fichero</string>
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionSave_as"/>
<addaction name="actionClose"/>
<addaction name="actionPrint"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Editar</string>
</property>
<addaction name="actionCopy"/>
<addaction name="actionPaste"/>
<addaction name="actionCut"/>
<addaction name="actionUndo"/>
<addaction name="actionRedo"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionSave_as"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionNew">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/new.png</normaloff>:/Images/Icons/new.png</iconset>
</property>
<property name="text">
<string>Nuevo</string>
</property>
</action>
<action name="actionOpen">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/open.png</normaloff>:/Images/Icons/open.png</iconset>
</property>
<property name="text">
<string>Abrir</string>
</property>
</action>
<action name="actionSave_as">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/save_as.png</normaloff>:/Images/Icons/save_as.png</iconset>
</property>
<property name="text">
<string>Guardar como</string>
</property>
</action>
<action name="actionClose">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/close.png</normaloff>:/Images/Icons/close.png</iconset>
</property>
<property name="text">
<string>Cerrar</string>
</property>
</action>
<action name="actionPrint">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/print.png</normaloff>:/Images/Icons/print.png</iconset>
</property>
<property name="text">
<string>Imprimir</string>
</property>
</action>
<action name="actionQuit">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/exit.png</normaloff>:/Images/Icons/exit.png</iconset>
</property>
<property name="text">
<string>Salir</string>
</property>
</action>
<action name="actionCopy">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/copy.png</normaloff>:/Images/Icons/copy.png</iconset>
</property>
<property name="text">
<string>Copiar</string>
</property>
</action>
<action name="actionPaste">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/paste.png</normaloff>:/Images/Icons/paste.png</iconset>
</property>
<property name="text">
<string>Pegar</string>
</property>
</action>
<action name="actionCut">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/cut.png</normaloff>:/Images/Icons/cut.png</iconset>
</property>
<property name="text">
<string>Cortar</string>
</property>
</action>
<action name="actionUndo">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/undo.png</normaloff>:/Images/Icons/undo.png</iconset>
</property>
<property name="text">
<string>Deshacer</string>
</property>
</action>
<action name="actionRedo">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/Images/Icons/redo.png</normaloff>:/Images/Icons/redo.png</iconset>
</property>
<property name="text">
<string>Rehacer</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>