1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/EarlDoss-spreadsheet

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
mainwindow.ui 8.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
EarlDoss Отправлено 19.10.2017 11:59 5df5370
<?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>437</width>
<height>369</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="windowIcon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
</property>
<widget class="QWidget" name="centralWidget"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>437</width>
<height>26</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="action_New"/>
<addaction name="actionOpen"/>
<addaction name="action_Save"/>
<addaction name="actionSave_As"/>
<addaction name="separator"/>
<addaction name="actionEixt"/>
</widget>
<widget class="QMenu" name="menu_Edit">
<property name="title">
<string>&amp;Edit</string>
</property>
<widget class="QMenu" name="menuSelect">
<property name="title">
<string>Select</string>
</property>
<addaction name="actionRow"/>
<addaction name="actionColumn"/>
<addaction name="actionAll"/>
</widget>
<addaction name="action_Cut"/>
<addaction name="action_Copy"/>
<addaction name="action_Paste"/>
<addaction name="action_Delete"/>
<addaction name="menuSelect"/>
<addaction name="separator"/>
<addaction name="action_Find"/>
<addaction name="action_GotoCell"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
<string>Tools</string>
</property>
<addaction name="action_Recalculate"/>
<addaction name="action_Sort"/>
</widget>
<widget class="QMenu" name="menuOptions">
<property name="title">
<string>&amp;Options</string>
</property>
<addaction name="action_Show_Grid"/>
<addaction name="action_Auto_Recalculate"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="action_About_QT"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Edit"/>
<addaction name="menuTools"/>
<addaction name="menuOptions"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="fileToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action_New"/>
<addaction name="actionOpen"/>
<addaction name="action_Save"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="editToolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action_Copy"/>
<addaction name="action_Paste"/>
<addaction name="action_Cut"/>
<addaction name="separator"/>
<addaction name="action_Find"/>
<addaction name="action_GotoCell"/>
</widget>
<action name="action_New">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/new.png</normaloff>:/images/new.png</iconset>
</property>
<property name="text">
<string>&amp;New</string>
</property>
<property name="statusTip">
<string>New new new </string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actionOpen">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/open.png</normaloff>:/images/open.png</iconset>
</property>
<property name="text">
<string>Open...</string>
</property>
<property name="statusTip">
<string>open Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="action_Save">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/save.png</normaloff>:/images/save.png</iconset>
</property>
<property name="text">
<string>&amp;Save</string>
</property>
<property name="statusTip">
<string>save save save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionSave_As">
<property name="text">
<string>Save&amp;As</string>
</property>
</action>
<action name="actionEixt">
<property name="text">
<string>E&amp;xit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="action_Cut">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/cut.png</normaloff>:/images/cut.png</iconset>
</property>
<property name="text">
<string>&amp;Cut</string>
</property>
<property name="statusTip">
<string>cut cut cut </string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action>
<action name="action_Copy">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/copy.png</normaloff>:/images/copy.png</iconset>
</property>
<property name="text">
<string>&amp;Copy</string>
</property>
<property name="statusTip">
<string>copy copy copy</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="action_Paste">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/paste.png</normaloff>:/images/paste.png</iconset>
</property>
<property name="text">
<string>&amp;Paste</string>
</property>
<property name="statusTip">
<string>paste paste </string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
</action>
<action name="action_Delete">
<property name="text">
<string>&amp;Delete</string>
</property>
<property name="statusTip">
<string>删除</string>
</property>
</action>
<action name="actionRow">
<property name="text">
<string>Row</string>
</property>
</action>
<action name="actionColumn">
<property name="text">
<string>&amp;Column</string>
</property>
</action>
<action name="actionAll">
<property name="text">
<string>All</string>
</property>
</action>
<action name="action_Find">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/find.png</normaloff>:/images/find.png</iconset>
</property>
<property name="text">
<string>&amp;Find</string>
</property>
<property name="statusTip">
<string>查找</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
<action name="action_GotoCell">
<property name="icon">
<iconset resource="spreadSheet.qrc">
<normaloff>:/images/gotocell.png</normaloff>:/images/gotocell.png</iconset>
</property>
<property name="text">
<string>&amp;Go To Cell</string>
</property>
<property name="statusTip">
<string>go go go </string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
</action>
<action name="action_About_QT">
<property name="text">
<string>&amp;About QT</string>
</property>
</action>
<action name="action_Recalculate">
<property name="text">
<string>&amp;Recalculate</string>
</property>
</action>
<action name="action_Sort">
<property name="text">
<string>&amp;Sort</string>
</property>
</action>
<action name="action_Show_Grid">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Show Grid</string>
</property>
</action>
<action name="action_Auto_Recalculate">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Auto-Recalculate</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="spreadSheet.qrc"/>
</resources>
<connections/>
</ui>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/EarlDoss-spreadsheet.git
git@api.gitlife.ru:oschina-mirror/EarlDoss-spreadsheet.git
oschina-mirror
EarlDoss-spreadsheet
EarlDoss-spreadsheet
master