-
Notifications
You must be signed in to change notification settings - Fork 0
/
uis.py
27 lines (27 loc) · 331 KB
/
uis.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/env python
# -*- coding: utf-8 -*-
uis = {'pos/ventas.ui': '<?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>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Fecha</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="deFecha"> <property name="displayFormat"> <string>dd/MM/yyyy</string> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Ventas</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Seleccione la venta que desea ver su detalle</string> </property> </widget> </item> <item> <widget class="QTableWidget" name="twDatos"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Detalle de la venta</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_2"> <property name="font"> <font> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Total:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbTotal"> <property name="font"> <font> <pointsize>14</pointsize> </font> </property> <property name="text"> <string>$ 00,00</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="label_3"> <property name="font"> <font> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Pag\xc3\xb3 con:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbPagoCon"> <property name="font"> <font> <pointsize>14</pointsize> </font> </property> <property name="text"> <string>$ 00,00</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTableWidget" name="twDetalle"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QCommandLinkButton" name="commandLinkButton"> <property name="text"> <string>Aceptar</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <resources/> <connections> <connection> <sender>commandLinkButton</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>665</x> <y>570</y> </hint> <hint type="destinationlabel"> <x>539</x> <y>551</y> </hint> </hints> </connection> </connections></ui>',
'plasta/gui/uis/admin.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>MainWindow</class>\r <widget class="QMainWindow" name="MainWindow">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>800</width>\r <height>600</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string>MainWindow</string>\r </property>\r <property name="styleSheet">\r <string notr="true">QMainWindow{\rbackground-color:#F0EEEE ;\r\rborder-top-left-radius: 6px 6px;\rborder-top-right-radius: 6px 6px;\rborder-bottom-right-radius: 6px 6px;\rborder-bottom-left-radius: 6px 6px;\r\r}</string>\r </property>\r <widget class="QWidget" name="centralwidget">\r <layout class="QVBoxLayout" name="verticalLayout_3">\r <item>\r <layout class="QVBoxLayout" name="verticalLayout_2">\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout">\r <item>\r <widget class="QLabel" name="label_2">\r <property name="styleSheet">\r <string notr="true">QLabel{\rcolor:rgb(85, 85, 85);\rfont:bold;\rfont-family: Ubuntu, Helvetica, sans-serif;\r}</string>\r </property>\r <property name="text">\r <string>Buscar</string>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_5">\r <property name="spacing">\r <number>0</number>\r </property>\r <property name="sizeConstraint">\r <enum>QLayout::SetDefaultConstraint</enum>\r </property>\r <item>\r <widget class="QLineEdit" name="leBusqueda">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>96</width>\r <height>0</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">QLineEdit { \rborder: 1px solid #999999; \rpadding: 2px 2px 2px 2px;\rmin-width: 90px;\rheight: 20px;\r\rborder-top-left-radius: 3px ;\rborder-top-right-radius: 0px solid white;\rborder-bottom-right-radius: 0px ;\rborder-bottom-left-radius: 3px;\r\r}</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="lbLupita">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Fixed" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>0</width>\r <height>26</height>\r </size>\r </property>\r <property name="maximumSize">\r <size>\r <width>30</width>\r <height>26</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">QLabel { \rbackground: white;\rborder: 1px solid #999999; \rpadding: 2px 2px 2px 2px;\r\rheight: 30px;\rwidth:26px;\r\rborder-top-left-radius: 0px ;\rborder-top-right-radius: 3px;\rborder-bottom-right-radius: 3px;\rborder-bottom-left-radius: 0px;\r\rborder-left: 0px solid white;\r}</string>\r </property>\r <property name="text">\r <string/>\r </property>\r <property name="pixmap">\r <pixmap resource="images_rc/images.qrc">:/newPrefix/find.png</pixmap>\r </property>\r <property name="scaledContents">\r <bool>true</bool>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label_5">\r <property name="styleSheet">\r <string notr="true">QLabel{\rcolor:rgb(85, 85, 85);\rfont:bold;\rfont-family: Ubuntu, Helvetica, sans-serif;\r}</string>\r </property>\r <property name="text">\r <string>Filtros</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QComboBox" name="cbCampos">\r <property name="styleSheet">\r <string notr="true">QComboBox {\rborder: 1px solid #999999; \rborder-radius: 4px;\rpadding: 2px 2px 2px 2px;\rmin-width: 6em;\r}\r\rQComboBox::down-arrow {\rimage: url(:newPrefix/arrow_down.png);\rheight: 10px;\r}\rQComboBox:editable {\rbackground: white;\rborder-radius: 0px;\r}\rQComboBox::drop-down { border-style: none}</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QVBoxLayout" name="verticalLayout">\r <property name="spacing">\r <number>0</number>\r </property>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="4,1">\r <property name="spacing">\r <number>6</number>\r </property>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_4">\r <property name="spacing">\r <number>0</number>\r </property>\r <item>\r <widget class="QLabel" name="lbTitulo">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Minimum">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>42</width>\r <height>0</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">QLabel {\rcolor: #252424;\rbackground-color:rgb(244, 244, 244);\r\rpadding:3px;\rfont: bold 14px;\rfont-family: Ubuntu, Helvetica, sans-serif;\rborder: 1px solid #BFBFBF;\r\rborder-bottom: 0px solid white;\rborder-top-left-radius: 3px ;\rborder-top-right-radius: 0px solid white;\rborder-bottom-right-radius: 0px ;\r\r}</string>\r </property>\r <property name="text">\r <string><Nombre lista></string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="lbCantidadItems">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>42</width>\r <height>0</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">QLabel {\rcolor: rgb(147, 147, 147);\rbackground-color:rgb(244, 244, 244);\r\rpadding:3px;\rfont: 10px;\rfont-family: Ubuntu, Helvetica, sans-serif;\rborder: 1px solid #BFBFBF;\r\rborder-top-left-radius: 0px solid rgb(244, 244, 244);\rborder-top-right-radius: 3px;\rborder-bottom-right-radius: 3px;\rborder-bottom-left-radius: 0px;\rborder-bottom: 0px solid white;\r}</string>\r </property>\r <property name="text">\r <string>0 items(s) listado(s)</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label_3">\r <property name="text">\r <string/>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="4,1">\r <property name="spacing">\r <number>6</number>\r </property>\r <item>\r <widget class="QTableWidget" name="twDatos">\r <property name="font">\r <font>\r <family>Ubuntu,Helvetica,sans-serif</family>\r </font>\r </property>\r <property name="styleSheet">\r <string notr="true">QHeaderView::section {\rborder-radius: 3px;\rpadding: 2px 4px 2px 4px;\r\r/* Fuente */\rcolor: #3A3939;\rtext-align: left;\rfont-family: Ubuntu, Helvetica, sans-serif;\r\rbackground-color:rgb(244, 244, 244);\r/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*/\r/* Bordes */\rborder-bottom: 1px solid #E3E3E3;\rborder-top: 1px solid #FFFFFF;\rpadding:6px;\rborder-top-left-radius: 0px;\r\r}\r\rQTableWidget{\rfont-family: Ubuntu, Helvetica, sans-serif;\r/*font-size: 12px;*/\rtext-align: left;\r\rborder: 1px solid #BFBFBF;\r\r}</string>\r </property>\r <property name="frameShape">\r <enum>QFrame::Box</enum>\r </property>\r <property name="lineWidth">\r <number>0</number>\r </property>\r <property name="editTriggers">\r <set>QAbstractItemView::AnyKeyPressed</set>\r </property>\r <property name="alternatingRowColors">\r <bool>true</bool>\r </property>\r <property name="selectionMode">\r <enum>QAbstractItemView::SingleSelection</enum>\r </property>\r <property name="selectionBehavior">\r <enum>QAbstractItemView::SelectRows</enum>\r </property>\r <property name="textElideMode">\r <enum>Qt::ElideLeft</enum>\r </property>\r <property name="verticalScrollMode">\r <enum>QAbstractItemView::ScrollPerItem</enum>\r </property>\r <property name="horizontalScrollMode">\r <enum>QAbstractItemView::ScrollPerItem</enum>\r </property>\r <property name="showGrid">\r <bool>true</bool>\r </property>\r <property name="gridStyle">\r <enum>Qt::NoPen</enum>\r </property>\r <property name="sortingEnabled">\r <bool>true</bool>\r </property>\r <property name="wordWrap">\r <bool>true</bool>\r </property>\r <property name="cornerButtonEnabled">\r <bool>false</bool>\r </property>\r <attribute name="horizontalHeaderVisible">\r <bool>true</bool>\r </attribute>\r <attribute name="horizontalHeaderHighlightSections">\r <bool>true</bool>\r </attribute>\r <attribute name="horizontalHeaderShowSortIndicator" stdset="0">\r <bool>true</bool>\r </attribute>\r <attribute name="horizontalHeaderStretchLastSection">\r <bool>true</bool>\r </attribute>\r <attribute name="verticalHeaderVisible">\r <bool>false</bool>\r </attribute>\r <attribute name="verticalHeaderCascadingSectionResizes">\r <bool>true</bool>\r </attribute>\r <attribute name="verticalHeaderDefaultSectionSize">\r <number>24</number>\r </attribute>\r <attribute name="verticalHeaderHighlightSections">\r <bool>false</bool>\r </attribute>\r <attribute name="verticalHeaderShowSortIndicator" stdset="0">\r <bool>false</bool>\r </attribute>\r <attribute name="verticalHeaderStretchLastSection">\r <bool>false</bool>\r </attribute>\r </widget>\r </item>\r <item>\r <widget class="QGroupBox" name="gbDetalles">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Expanding">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="title">\r <string/>\r </property>\r <layout class="QHBoxLayout" name="horizontalLayout_3">\r <property name="spacing">\r <number>0</number>\r </property>\r <property name="leftMargin">\r <number>0</number>\r </property>\r <property name="topMargin">\r <number>0</number>\r </property>\r <property name="rightMargin">\r <number>6</number>\r </property>\r <property name="bottomMargin">\r <number>0</number>\r </property>\r <item>\r <widget class="QToolBox" name="toolBox">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Expanding">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>10</pointsize>\r </font>\r </property>\r <property name="styleSheet">\r <string notr="true">QToolBox::tab {\rcolor:rgb(68, 68, 68);\rbackground-color: qlineargradient(spread:reflect, x1:0.195, y1:0.176136, x2:1, y2:1, stop:0.195238 rgba(217, 217, 217, 255), stop:0.842857 rgba(244, 244, 244, 255));\rborder: 1px solid rgb(199, 199, 199);\rborder-radius: 3px;\rpadding:6px;\r}\r</string>\r </property>\r <widget class="QWidget" name="widget">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>140</width>\r <height>464</height>\r </rect>\r </property>\r <attribute name="label">\r <string>Operaciones </string>\r </attribute>\r <layout class="QVBoxLayout" name="verticalLayout_6">\r <item>\r <widget class="QPushButton" name="btAgregar">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="styleSheet">\r <string notr="true"> QPushButton {\r border: 1px solid #8f8f91;\r border-radius: 5px;\r background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\r stop: 0 #f6f7fa, stop: 1 #dadbde);\rpadding: 3px 15px;\r }\r\r QPushButton:pressed {\r background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\r stop: 0 #dadbde, stop: 1 #f6f7fa);\r }\r\r QPushButton:flat {\r border: none; /* no border for a flat push button */\r }\r\r QPushButton:default {\r border-color: navy; /* make the default button prominent */\r }\r</string>\r </property>\r <property name="text">\r <string>Nuevo</string>\r </property>\r <property name="flat">\r <bool>true</bool>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QPushButton" name="btEditar">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="styleSheet">\r <string notr="true"> QPushButton {\r border: 1px solid #8f8f91;\r border-radius: 5px;\r background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\r stop: 0 #f6f7fa, stop: 1 #dadbde);\rpadding: 3px 15px;\r }\r\r QPushButton:pressed {\r background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\r stop: 0 #dadbde, stop: 1 #f6f7fa);\r }\r\r QPushButton:flat {\r border: none; /* no border for a flat push button */\r }\r\r QPushButton:default {\r border-color: navy; /* make the default button prominent */\r }\r</string>\r </property>\r <property name="text">\r <string>Editar</string>\r </property>\r <property name="flat">\r <bool>true</bool>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QPushButton" name="btEliminar">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="styleSheet">\r <string notr="true"> QPushButton {\r border: 1px solid #8f8f91;\r border-radius: 5px;\r background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\r stop: 0 #f6f7fa, stop: 1 #dadbde);\rpadding: 3px 15px;\r }\r\r QPushButton:pressed {\r background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\r stop: 0 #dadbde, stop: 1 #f6f7fa);\r }\r\r QPushButton:flat {\r border: none; /* no border for a flat push button */\r }\r\r QPushButton:default {\r border-color: navy; /* make the default button prominent */\r }\r</string>\r </property>\r <property name="text">\r <string>Eliminar</string>\r </property>\r <property name="flat">\r <bool>true</bool>\r </property>\r </widget>\r </item>\r <item>\r <spacer name="verticalSpacer_2">\r <property name="orientation">\r <enum>Qt::Vertical</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>20</width>\r <height>382</height>\r </size>\r </property>\r </spacer>\r </item>\r <item>\r <widget class="QPushButton" name="btAtras">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="styleSheet">\r <string notr="true"> QPushButton {\r border: 1px solid #8f8f91;\r border-radius: 5px;\r background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\r stop: 0 #f6f7fa, stop: 1 #dadbde);\rpadding: 3px 15px;\r }\r\r QPushButton:pressed {\r background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\r stop: 0 #dadbde, stop: 1 #f6f7fa);\r }\r\r QPushButton:flat {\r border: none; /* no border for a flat push button */\r }\r\r QPushButton:default {\r border-color: navy; /* make the default button prominent */\r }\r</string>\r </property>\r <property name="text">\r <string>Atras</string>\r </property>\r <property name="flat">\r <bool>true</bool>\r </property>\r </widget>\r </item>\r </layout>\r </widget>\r </widget>\r </item>\r </layout>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r </widget>\r <resources>\r <include location="images_rc/images.qrc"/>\r </resources>\r <connections>\r <connection>\r <sender>cbCampos</sender>\r <signal>currentIndexChanged(int)</signal>\r <receiver>leBusqueda</receiver>\r <slot>setFocus()</slot>\r <hints>\r <hint type="sourcelabel">\r <x>675</x>\r <y>23</y>\r </hint>\r <hint type="destinationlabel">\r <x>406</x>\r <y>23</y>\r </hint>\r </hints>\r </connection>\r </connections>\r</ui>\r',
'GUI/all_modules.ui': '<?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>850</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="windowIcon"> <iconset resource="images_rc/icons.qrc"> <normaloff>:/newPrefix/desktop_icon/posta_icon_128.png</normaloff>:/newPrefix/desktop_icon/posta_icon_128.png</iconset> </property> <property name="styleSheet"> <string notr="true">/*background-color: #F0EEEE;*/QMainWindow{background-color:white;border-top-left-radius: 6px 6px;border-top-right-radius: 6px 6px;border-bottom-right-radius: 6px 6px;border-bottom-left-radius: 6px 6px;}QToolButton{color: #4D4D4D;background-color: #FBFBFB;border-top-left-radius: 3px 3px;border-top-right-radius: 3px 3px;border-bottom-right-radius: 3px 3px;border-bottom-left-radius: 3px 3px;font-family: Ubuntu, Helvetica, sans-serif;font-size: 13px;border: 0.5px #BFBFBF; border-radius:10px;border-style: solid ;font: bold;width:240px;}QToolButton:hover{color: black;}</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>0</number> </property> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true">QLabel{border-top-left-radius: 6px 6px;border-top-right-radius: 0px 0px;border-bottom-left-radius: 6px 6px;border-bottom-right-radius: 0px 0px;}</string> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="images_rc/icons.qrc">:/newPrefix/logo/posta_logo_m.png</pixmap> </property> <property name="scaledContents"> <bool>false</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_4"> <property name="spacing"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> <number>0</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetMinimumSize</enum> </property> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btMenu"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true">QPushButton{\tcolor: rgb(255, 255, 255);\tbackground-color: qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0.201835 rgba(29, 29, 29, 255), stop:0.949541 rgba(96, 96, 96, 255));border: 1px solid #505050;padding:6px;/*border-top-left-radius: 0px 0px;border-top-right-radius: 6px 6px;border-bottom-right-radius: 3px 3px;border-bottom-left-radius: 3px 3px;*/font: 11px;}QPushButton:pressed{\t\tborder: 3px solid #505050;}</string> </property> <property name="text"> <string>Men\xc3\xba</string> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="leftMargin"> <number>9</number> </property> <property name="rightMargin"> <number>9</number> </property> <item> <layout class="QGridLayout" name="gridLayout_4"> <item row="0" column="0"> <widget class="QToolButton" name="btPOS"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>240</width> <height>140</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Punto de venta</string> </property> <property name="icon"> <iconset resource="images_rc/icons.qrc"> <normaloff>:/newPrefix/cart.png</normaloff>:/newPrefix/cart.png</iconset> </property> <property name="iconSize"> <size> <width>60</width> <height>60</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout_5"> <item row="0" column="1"> <widget class="QToolButton" name="btClientes"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>240</width> <height>140</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Clientes</string> </property> <property name="icon"> <iconset resource="images_rc/icons.qrc"> <normaloff>:/newPrefix/amsn.png</normaloff>:/newPrefix/amsn.png</iconset> </property> <property name="iconSize"> <size> <width>60</width> <height>60</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="0" column="0"> <widget class="QToolButton" name="btInventario"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>240</width> <height>140</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Inventario</string> </property> <property name="icon"> <iconset resource="images_rc/icons.qrc"> <normaloff>:/newPrefix/stardict.png</normaloff>:/newPrefix/stardict.png</iconset> </property> <property name="iconSize"> <size> <width>60</width> <height>60</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="0" column="2"> <widget class="QToolButton" name="btProveedores"> <property name="minimumSize"> <size> <width>240</width> <height>140</height> </size> </property> <property name="text"> <string>Proveedores</string> </property> <property name="icon"> <iconset resource="images_rc/icons.qrc"> <normaloff>:/newPrefix/applications-other.png</normaloff>:/newPrefix/applications-other.png</iconset> </property> <property name="iconSize"> <size> <width>60</width> <height>60</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout_6"> <item row="0" column="0"> <widget class="QToolButton" name="btResumenes"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>240</width> <height>140</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Resumenes</string> </property> <property name="icon"> <iconset resource="images_rc/icons.qrc"> <normaloff>:/newPrefix/config-date.png</normaloff>:/newPrefix/config-date.png</iconset> </property> <property name="iconSize"> <size> <width>60</width> <height>60</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="0" column="1"> <widget class="QToolButton" name="btSistema"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>240</width> <height>140</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Sistema</string> </property> <property name="icon"> <iconset resource="images_rc/icons.qrc"> <normaloff>:/newPrefix/applications-system.png</normaloff>:/newPrefix/applications-system.png</iconset> </property> <property name="iconSize"> <size> <width>60</width> <height>60</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> </layout> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> </widget> <resources> <include location="images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>btMenu</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>819</x> <y>118</y> </hint> <hint type="destinationlabel"> <x>777</x> <y>173</y> </hint> </hints> </connection> </connections></ui>',
'pos/cobrar_con_cliente.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>490</width> <height>538</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout_7"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <item> <layout class="QVBoxLayout" name="verticalLayout_4"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="label_9"> <property name="font"> <font> <pointsize>20</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color:white;background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(225, 225, 225, 255));</string> </property> <property name="text"> <string>TOTAL A COBRAR</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="lbTotal"> <property name="minimumSize"> <size> <width>280</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">color: rgb(231, 0, 0);background-color: white;font:70px</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_6"> <property name="leftMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <item> <layout class="QHBoxLayout" name="hlFormasPago"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QPushButton" name="btEfectivo"> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string> F9 Efectivo</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/xcdroast.png</normaloff>:/newPrefix/xcdroast.png</iconset> </property> <property name="iconSize"> <size> <width>36</width> <height>36</height> </size> </property> <property name="checkable"> <bool>true</bool> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btCredito"> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string> F10 Cr\xc3\xa9dito</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/gajim.png</normaloff>:/newPrefix/gajim.png</iconset> </property> <property name="iconSize"> <size> <width>36</width> <height>36</height> </size> </property> <property name="checkable"> <bool>true</bool> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <widget class="QWidget" name="widgetEfectivo" native="true"> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="margin"> <number>0</number> </property> <item> <layout class="QVBoxLayout" name="vlEfectivo"> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="font"> <font> <pointsize>18</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Paga con</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="dsbPagaCon"> <property name="font"> <font> <pointsize>23</pointsize> </font> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="prefix"> <string>$ </string> </property> <property name="maximum"> <double>999999.000000000000000</double> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_2"> <property name="font"> <font> <pointsize>18</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Cambio</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbCambio"> <property name="font"> <font> <pointsize>30</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">color: rgb(255, 255, 255);background-color: rgb(0, 170, 0);</string> </property> <property name="text"> <string>$ 00,00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="widgetCredito" native="true"> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="margin"> <number>0</number> </property> <item> <layout class="QVBoxLayout" name="vlCredito"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Selecciona un cliente de la lista y presiona ENTER</string> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <property name="spacing"> <number>0</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLineEdit" name="leBusqueda"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>96</width> <height>0</height> </size> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="styleSheet"> <string notr="true">QLineEdit { border: 1px solid #999999; padding: 2px 2px 2px 2px;min-width: 90px;height: 20px;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;border-bottom-left-radius: 3px;}</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbLupita"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>26</height> </size> </property> <property name="maximumSize"> <size> <width>30</width> <height>26</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel { background: white;border: 1px solid #999999; padding: 2px 2px 2px 2px;height: 30px;width:26px;border-top-left-radius: 0px ;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-left: 0px solid white;}</string> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>:/newPrefix/find.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="QListWidget" name="lwClientes"> <property name="font"> <font> <pointsize>14</pointsize> </font> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QPushButton" name="btAutoconsumo"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="text"> <string>F10 Registrar como Autoconsumo</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/gajim.png</normaloff>:/newPrefix/gajim.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="btCancelar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>ESC Cancelar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/stock_close.png</normaloff>:/newPrefix/stock_close.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> </layout> </item> <item> <widget class="QPushButton" name="btCobrar"> <property name="minimumSize"> <size> <width>0</width> <height>88</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>F12 Cobrar la venta</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/cart.png</normaloff>:/newPrefix/cart.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>btEfectivo</tabstop> <tabstop>btCredito</tabstop> <tabstop>dsbPagaCon</tabstop> <tabstop>lwClientes</tabstop> <tabstop>btCancelar</tabstop> </tabstops> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>btCancelar</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>78</x> <y>430</y> </hint> <hint type="destinationlabel"> <x>5</x> <y>418</y> </hint> </hints> </connection> </connections></ui>',
'categoria/admin.ui': '<?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>724</width> <height>395</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="styleSheet"> <string notr="true">QMainWindow{background-color:#F0EEEE ;border-top-left-radius: 6px 6px;border-top-right-radius: 6px 6px;border-bottom-right-radius: 6px 6px;border-bottom-left-radius: 6px 6px;}</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="topMargin"> <number>9</number> </property> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="btAgregar"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>33</height> </size> </property> <property name="maximumSize"> <size> <width>90</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> <weight>75</weight> <bold>true</bold> </font> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true">QPushButton{\tcolor: white;\t\t\tbackground-color: rgb(0, 85, 0); border: 2px solid rgb(0, 85, 0); border-radius:3px; padding:3px 3px; font:10 bold; font-family: Ubuntu, Helvetica, sans-serif;}QPushButton:pressed{\t\tborder: 3px solid #505050;}</string> </property> <property name="text"> <string>Nuevo</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Buscar</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <property name="spacing"> <number>0</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLineEdit" name="leBusqueda"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>96</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLineEdit { border: 1px solid #999999; padding: 2px 2px 2px 2px;min-width: 90px;height: 20px;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;border-bottom-left-radius: 3px;}</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbLupita"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>26</height> </size> </property> <property name="maximumSize"> <size> <width>30</width> <height>26</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel { background: white;border: 1px solid #999999; padding: 2px 2px 2px 2px;height: 30px;width:26px;border-top-left-radius: 0px ;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-left: 0px solid white;}</string> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>:/newPrefix/find.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_5"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Filtros</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbCampos"> <property name="styleSheet"> <string notr="true">QComboBox {border: 1px solid #999999; border-radius: 4px;padding: 2px 2px 2px 2px;min-width: 90px;height: 20px;}QComboBox::down-arrow {image: url(:newPrefix/arrow_down.png);height: 10px;}QComboBox:editable {background: white;border-radius: 0px;}QComboBox::drop-down { border-style: none}</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="4,1"> <property name="spacing"> <number>6</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="lbTitulo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>42</width> <height>0</height> </size> </property> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> <pointsize>-1</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">QLabel {color: #252424;background-color:rgb(244, 244, 244);padding:3px;font: bold 20px;font-family: Ubuntu, Helvetica, sans-serif;border: 1px solid #BFBFBF;border-bottom: 0px solid white;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;}</string> </property> <property name="text"> <string><Nombre lista></string> </property> </widget> </item> <item> <widget class="QLabel" name="lbCantidadItems"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>42</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel {color: rgb(147, 147, 147);background-color:rgb(244, 244, 244);padding:3px;font: 10px;font-family: Ubuntu, Helvetica, sans-serif;border: 1px solid #BFBFBF;border-top-left-radius: 0px solid rgb(244, 244, 244);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-bottom: 0px solid white;}</string> </property> <property name="text"> <string>0 items(s) listado(s)</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>150</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="4,1"> <property name="spacing"> <number>6</number> </property> <item> <widget class="QTableWidget" name="twDatos"> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> </font> </property> <property name="styleSheet"> <string notr="true">QHeaderView::section {border-radius: 3px;padding: 2px 4px 2px 4px;/* Fuente */color: #3A3939;text-align: left;font-family: Ubuntu, Helvetica, sans-serif;background-color:rgb(244, 244, 244);/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*//* Bordes */border-bottom: 1px solid #E3E3E3;border-top: 1px solid #FFFFFF;padding:6px;border-top-left-radius: 0px;}QTableWidget{font-family: Ubuntu, Helvetica, sans-serif;/*font-size: 12px;*/text-align: left;border: 1px solid #BFBFBF;}</string> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="editTriggers"> <set>QAbstractItemView::AnyKeyPressed</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="textElideMode"> <enum>Qt::ElideLeft</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="showGrid"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderHighlightSections"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="verticalHeaderDefaultSectionSize"> <number>24</number> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> <item> <widget class="QGroupBox" name="gbDetalles"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>150</width> <height>16777215</height> </size> </property> <property name="title"> <string/> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QToolBox" name="toolBox"> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">QToolBox::tab {\theight:100px;\tcolor:rgb(68, 68, 68);\tmargin-bottom:0px;\tborder-bottom: 1px solid rgb(199, 199, 199);\tborder-radius: 3px;\tpadding:3px;}</string> </property> <property name="tabSpacing"> <number>0</number> </property> <widget class="QWidget" name="widget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>137</width> <height>269</height> </rect> </property> <attribute name="label"> <string>Operaciones </string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QCommandLinkButton" name="btEditar"> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Editar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/edit.png</normaloff>:/newPrefix/edit.png</iconset> </property> </widget> </item> <item> <widget class="QCommandLinkButton" name="btEliminar"> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Eliminar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/del.png</normaloff>:/newPrefix/del.png</iconset> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>0</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> </layout> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </widget> <resources> <include location="images_rc/images.qrc"/> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>cbCampos</sender> <signal>currentIndexChanged(int)</signal> <receiver>leBusqueda</receiver> <slot>setFocus()</slot> <hints> <hint type="sourcelabel"> <x>675</x> <y>23</y> </hint> <hint type="destinationlabel"> <x>406</x> <y>23</y> </hint> </hints> </connection> </connections></ui>',
'salida/salida.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>543</width> <height>316</height> </rect> </property> <property name="windowTitle"> <string>Registrar una salida</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Dinero</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Cantidad de dinero a extraer:</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="dsbMonto"> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="prefix"> <string>$ </string> </property> <property name="maximum"> <double>99999999.000000000000000</double> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Motivo o raz\xc3\xb3n:</string> </property> </widget> </item> <item> <widget class="QTextEdit" name="teMotivo"/> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> <string>Producto/Autoconsumo</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Seleccione un producto</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="leProducto"> <property name="enabled"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btBuscarProducto"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>35</width> <height>16777215</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>Cantidad actual</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbCantidad"> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Cantidad a extraer</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="sbCantidad"> <property name="enabled"> <bool>true</bool> </property> <property name="maximum"> <number>999999</number> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>72</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QPushButton" name="btCancelar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>ESC Cancelar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/stock_close.png</normaloff>:/newPrefix/stock_close.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btRegistroSalidas"> <property name="enabled"> <bool>false</bool> </property> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Registro de salidas</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/xfce-filemanager.png</normaloff>:/newPrefix/xfce-filemanager.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btGuardar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>F9 Aceptar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/computer.png</normaloff>:/newPrefix/computer.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>tabWidget</tabstop> <tabstop>dsbMonto</tabstop> <tabstop>teMotivo</tabstop> <tabstop>btGuardar</tabstop> <tabstop>btCancelar</tabstop> <tabstop>btRegistroSalidas</tabstop> <tabstop>leProducto</tabstop> <tabstop>btBuscarProducto</tabstop> <tabstop>sbCantidad</tabstop> </tabstops> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>btCancelar</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>57</x> <y>266</y> </hint> <hint type="destinationlabel"> <x>345</x> <y>247</y> </hint> </hints> </connection> </connections></ui>',
'pos/cobrar.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>490</width> <height>387</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout_7"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <item> <layout class="QVBoxLayout" name="verticalLayout_4"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="label_9"> <property name="font"> <font> <pointsize>20</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color:white;background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(225, 225, 225, 255));</string> </property> <property name="text"> <string>TOTAL A COBRAR</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="lbTotal"> <property name="minimumSize"> <size> <width>280</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">color: rgb(231, 0, 0);background-color: white;font:70px</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_6"> <property name="leftMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QWidget" name="widgetEfectivo" native="true"> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="margin"> <number>0</number> </property> <item> <layout class="QVBoxLayout" name="vlEfectivo"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="font"> <font> <pointsize>18</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Paga con</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="dsbPagaCon"> <property name="font"> <font> <pointsize>23</pointsize> </font> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="prefix"> <string>$ </string> </property> <property name="maximum"> <double>999999.000000000000000</double> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_2"> <property name="font"> <font> <pointsize>18</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Cambio</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbCambio"> <property name="font"> <font> <pointsize>30</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">color: rgb(255, 255, 255);background-color: rgb(0, 170, 0);</string> </property> <property name="text"> <string>$ 00,00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="widgetCredito" native="true"> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="margin"> <number>0</number> </property> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QPushButton" name="btAutoconsumo"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>F10 Registrar como Autoconsumo</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/gajim.png</normaloff>:/newPrefix/gajim.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="btCancelar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>ESC Cancelar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/stock_close.png</normaloff>:/newPrefix/stock_close.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> </layout> </item> <item> <widget class="QPushButton" name="btCobrar"> <property name="minimumSize"> <size> <width>0</width> <height>88</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>F12 Cobrar la venta</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/cart.png</normaloff>:/newPrefix/cart.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>dsbPagaCon</tabstop> <tabstop>btCobrar</tabstop> <tabstop>btAutoconsumo</tabstop> <tabstop>btCancelar</tabstop> </tabstops> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>btCancelar</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>78</x> <y>430</y> </hint> <hint type="destinationlabel"> <x>5</x> <y>418</y> </hint> </hints> </connection> </connections></ui>',
'inventario/actualizarprecios.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>Dialog</class>\r <widget class="QDialog" name="Dialog">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>518</width>\r <height>335</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string>Dialog</string>\r </property>\r <layout class="QVBoxLayout" name="verticalLayout_2">\r <item>\r <widget class="QLabel" name="label_2">\r <property name="styleSheet">\r <string notr="true">QLabel {\rbackground-color: rgb(72, 151, 254);\rfont:bold;\rfont-size:12px;\rcolor:white;\rborder-radius:3px;\rpadding:10px 10px;\r}</string>\r </property>\r <property name="text">\r <string>Selecciona el rango de productos que deseas actualizar, ingresa el porcentaje, y luego presiona el bot\xc3\xb3n "Comenzar"</string>\r </property>\r <property name="scaledContents">\r <bool>false</bool>\r </property>\r <property name="wordWrap">\r <bool>true</bool>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QTabWidget" name="tabWidget">\r <property name="currentIndex">\r <number>0</number>\r </property>\r <widget class="QWidget" name="tab">\r <attribute name="title">\r <string>Por categor\xc3\xada</string>\r </attribute>\r <layout class="QVBoxLayout" name="verticalLayout">\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_4">\r <item>\r <widget class="QLabel" name="label_3">\r <property name="text">\r <string>Categor\xc3\xada</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QComboBox" name="cbCategorias"/>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r </widget>\r </item>\r <item>\r <widget class="Line" name="line">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_2">\r <item>\r <widget class="QLabel" name="label">\r <property name="font">\r <font>\r <pointsize>18</pointsize>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="styleSheet">\r <string notr="true">color: rgb(170, 0, 0);</string>\r </property>\r <property name="text">\r <string>Porcentaje</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QDoubleSpinBox" name="sbPorcentaje">\r <property name="minimumSize">\r <size>\r <width>0</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>24</pointsize>\r </font>\r </property>\r <property name="focusPolicy">\r <enum>Qt::ClickFocus</enum>\r </property>\r <property name="contextMenuPolicy">\r <enum>Qt::NoContextMenu</enum>\r </property>\r <property name="frame">\r <bool>true</bool>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r <property name="suffix">\r <string> %</string>\r </property>\r <property name="decimals">\r <number>1</number>\r </property>\r <property name="maximum">\r <double>10000.000000000000000</double>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="Line" name="line_2">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_3">\r <item>\r <widget class="QLabel" name="label_4">\r <property name="text">\r <string>Campo a actualizar</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QComboBox" name="cbCampo">\r <item>\r <property name="text">\r <string>Precio de costo y venta</string>\r </property>\r </item>\r <item>\r <property name="text">\r <string>Precio de costo</string>\r </property>\r </item>\r <item>\r <property name="text">\r <string>Precio de venta</string>\r </property>\r </item>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="Line" name="line_3">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QProgressBar" name="widgetProgreso">\r <property name="value">\r <number>0</number>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout">\r <item>\r <spacer name="horizontalSpacer">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>40</width>\r <height>20</height>\r </size>\r </property>\r </spacer>\r </item>\r <item>\r <widget class="QCommandLinkButton" name="btComenzar">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>Comenzar</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r <resources/>\r <connections/>\r</ui>\r',
'pos/artcomun.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>421</width> <height>195</height> </rect> </property> <property name="windowTitle"> <string>Producto comun</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Descripci\xc3\xb3n del producto:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="leDescripcion"> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Cantidad</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="sbCantidad"> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="maximum"> <number>9999</number> </property> <property name="value"> <number>1</number> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QLabel" name="label"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="label_5"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>X</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Precio</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="dsbPrecio"> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="prefix"> <string>$ </string> </property> <property name="maximum"> <double>99999999.000000000000000</double> </property> </widget> </item> </layout> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QPushButton" name="btCancelar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>ESC Cancelar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/stock_close.png</normaloff>:/newPrefix/stock_close.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btAceptar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>F9 Aceptar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/computer.png</normaloff>:/newPrefix/computer.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>leDescripcion</tabstop> <tabstop>sbCantidad</tabstop> <tabstop>dsbPrecio</tabstop> <tabstop>btAceptar</tabstop> <tabstop>btCancelar</tabstop> </tabstops> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>btCancelar</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>121</x> <y>161</y> </hint> <hint type="destinationlabel"> <x>416</x> <y>188</y> </hint> </hints> </connection> </connections></ui>',
'categoria/agregar.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>Dialog</class>\r <widget class="QDialog" name="Dialog">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>427</width>\r <height>119</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string>Dialog</string>\r </property>\r <layout class="QVBoxLayout" name="verticalLayout_2">\r <property name="leftMargin">\r <number>9</number>\r </property>\r <property name="topMargin">\r <number>6</number>\r </property>\r <property name="rightMargin">\r <number>6</number>\r </property>\r <property name="bottomMargin">\r <number>5</number>\r </property>\r <item>\r <layout class="QVBoxLayout" name="verticalLayout">\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QLabel" name="lbCodigo">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Nombre</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLineEdit" name="leNombre">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label_2">\r <property name="text">\r <string/>\r </property>\r </widget>\r </item>\r <item>\r <widget class="Line" name="line">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout">\r <item>\r <widget class="QPushButton" name="btSalir">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>Salir</string>\r </property>\r </widget>\r </item>\r <item>\r <spacer name="horizontalSpacer">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>40</width>\r <height>20</height>\r </size>\r </property>\r </spacer>\r </item>\r <item>\r <widget class="QPushButton" name="btGuardar">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>Guardar</string>\r </property>\r <property name="icon">\r <iconset>\r <normaloff>:/newPrefix/1350863009_file_add.png</normaloff>:/newPrefix/1350863009_file_add.png</iconset>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r <resources>\r <include location="../images_rc/images.qrc"/>\r </resources>\r <connections>\r <connection>\r <sender>btSalir</sender>\r <signal>clicked()</signal>\r <receiver>Dialog</receiver>\r <slot>close()</slot>\r <hints>\r <hint type="sourcelabel">\r <x>50</x>\r <y>374</y>\r </hint>\r <hint type="destinationlabel">\r <x>130</x>\r <y>382</y>\r </hint>\r </hints>\r </connection>\r </connections>\r</ui>\r',
'inventario/impexp.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>573</height> </rect> </property> <property name="minimumSize"> <size> <width>800</width> <height>0</height> </size> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_3"> <property name="font"> <font> <pointsize>16</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Importar / Exportar</string> </property> </widget> </item> <item> <widget class="QTabWidget" name="tabWidget"> <property name="tabShape"> <enum>QTabWidget::Rounded</enum> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Importar</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_8"> <item> <widget class="QLabel" name="label_15"> <property name="text"> <string><html><head/><body><p><span style=" font-weight:600;">Seleccione el archivo de productos.</span></p><p><span style=" color:#438600;">NOTA: se asume que el archivo posee la estructura indicada en la plantilla de ejemplo.</span></p></body></html></string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_12"> <item> <widget class="QLabel" name="label_14"> <property name="text"> <string>Ubicaci\xc3\xb3n</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="leUbicacionImportar"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btUbucacionImp"> <property name="maximumSize"> <size> <width>40</width> <height>16777215</height> </size> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <widget class="QCheckBox" name="chkActualizar"> <property name="text"> <string>Actualizar los productos cuyo c\xc3\xb3digo ya exista en el programa.</string> </property> </widget> </item> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QWidget" name="widgetProgresoImp" native="true"> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_13"> <item> <widget class="QLabel" name="label_5"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Progreso de la importaci\xc3\xb3n</string> </property> </widget> </item> <item> <widget class="Line" name="line_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> </layout> </item> <item> <widget class="QProgressBar" name="pbProgreso"> <property name="value"> <number>0</number> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Plantilla de ejemplo</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <property name="margin"> <number>4</number> </property> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="../GUI/images_rc/icons.qrc">:/newPrefix/plantilla.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QPushButton" name="pushButton_4"> <property name="text"> <string>Salir</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btImportar"> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Importar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/imp.png</normaloff>:/newPrefix/imp.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> <string>Exportar</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Elija la ubicaci\xc3\xb3n donde se guardar\xc3\xa1 el archivo</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Ubicaci\xc3\xb3n</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="leUbicacionExp"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btUbicacionExp"> <property name="maximumSize"> <size> <width>40</width> <height>16777215</height> </size> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_15"> <item> <widget class="QLabel" name="label_7"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Formato</string> </property> </widget> </item> <item> <widget class="Line" name="line_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> </layout> </item> <item> <widget class="QRadioButton" name="rbFormatoXLS"> <property name="text"> <string>MS Excel (.xls)</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="rbFormatoCSV"> <property name="text"> <string>CSV (.csv)</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QWidget" name="widgetProgresoExp" native="true"> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <layout class="QVBoxLayout" name="verticalLayout_7"> <item> <layout class="QHBoxLayout" name="horizontalLayout_14"> <item> <widget class="QLabel" name="label_6"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Progreso de la exportaci\xc3\xb3n</string> </property> </widget> </item> <item> <widget class="Line" name="line_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> </layout> </item> <item> <widget class="QProgressBar" name="pbProgresoExp"> <property name="value"> <number>0</number> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer_5"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>140</height> </size> </property> </spacer> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="btSalir"> <property name="text"> <string>Salir</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btExportar"> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Exportar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/exp.png</normaloff>:/newPrefix/exp.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> </layout> </widget> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>pushButton_4</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>141</x> <y>316</y> </hint> <hint type="destinationlabel"> <x>497</x> <y>-6</y> </hint> </hints> </connection> <connection> <sender>btSalir</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>98</x> <y>373</y> </hint> <hint type="destinationlabel"> <x>458</x> <y>4</y> </hint> </hints> </connection> </connections></ui>',
'producto/agregar.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>Dialog</class>\r <widget class="QDialog" name="Dialog">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>698</width>\r <height>471</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string>Dialog</string>\r </property>\r <layout class="QVBoxLayout" name="verticalLayout_2">\r <item>\r <layout class="QVBoxLayout" name="verticalLayout">\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QLabel" name="lbCodigo">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>C\xc3\xb3digo</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLineEdit" name="leCodigo">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="lbCodigoExistente">\r <property name="styleSheet">\r <string notr="true">color: rgb(255, 0, 0);\rfont: bold;</string>\r </property>\r <property name="text">\r <string>ERROR: C\xc3\xb3digo existente...</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QLabel" name="lbDescripcion">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Descripci\xc3\xb3n</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLineEdit" name="leDescripcion">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="maxLength">\r <number>256</number>\r </property>\r <property name="placeholderText">\r <string>Ingresa la descripci\xc3\xb3n del producto tan detallada como desees...</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_3">\r <item>\r <widget class="QLabel" name="lbDescripcion_2">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Categor\xc3\xada</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QComboBox" name="cbCategoria">\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <item>\r <property name="text">\r <string>- Sin categor\xc3\xada -</string>\r </property>\r </item>\r </widget>\r </item>\r <item>\r <widget class="QPushButton" name="btNuevaCategoria">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>+ Nueva...</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="hlDialog_2">\r <item>\r <widget class="QLabel" name="lbPrecio_venta_2">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Precio de costo</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_4">\r <property name="spacing">\r <number>6</number>\r </property>\r <item>\r <widget class="QLabel" name="label_5">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>6</width>\r <height>0</height>\r </size>\r </property>\r <property name="maximumSize">\r <size>\r <width>25</width>\r <height>27</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>14</pointsize>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>$</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QSpinBox" name="sbPrecioCostoEntero">\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="maximum">\r <number>99999999</number>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="label_6">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>6</width>\r <height>0</height>\r </size>\r </property>\r <property name="maximumSize">\r <size>\r <width>25</width>\r <height>27</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>14</pointsize>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>,</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QSpinBox" name="sbPrecioCostoDecimal">\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QLabel" name="lbPrecio_venta">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Precio de venta</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_5">\r <property name="spacing">\r <number>6</number>\r </property>\r <item>\r <widget class="QLabel" name="label_7">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>6</width>\r <height>0</height>\r </size>\r </property>\r <property name="maximumSize">\r <size>\r <width>25</width>\r <height>27</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>14</pointsize>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>$</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QSpinBox" name="sbPrecioVentaEntero">\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="maximum">\r <number>99999999</number>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="label_8">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>6</width>\r <height>0</height>\r </size>\r </property>\r <property name="maximumSize">\r <size>\r <width>25</width>\r <height>27</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>14</pointsize>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>,</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QSpinBox" name="sbPrecioVentaDecimal">\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label_2">\r <property name="text">\r <string/>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_2">\r <item>\r <widget class="Line" name="line_2">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="lbUtiliza_inventario_2">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Fixed" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>Inventario</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="Line" name="line_3">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QCheckBox" name="chkUtiliza_inventario">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="toolTip">\r <string><html><head/><body><p>Si activa esta opci\xc3\xb3n, el producto ser\xc3\xa1 omitido del reporte de inventarios y podr\xc3\xa1 vender cantidades ilimitadas</p></body></html></string>\r </property>\r <property name="text">\r <string>Este producto utiliza inventario?</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QLabel" name="lbCantidad">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Cantidad</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QSpinBox" name="sbCantidad">\r <property name="enabled">\r <bool>false</bool>\r </property>\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="maximumSize">\r <size>\r <width>130</width>\r <height>130</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="maximum">\r <number>9999999</number>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="label_3">\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>10</pointsize>\r </font>\r </property>\r <property name="styleSheet">\r <string notr="true">color: rgb(170, 0, 0);</string>\r </property>\r <property name="text">\r <string>Ingresa la cantidad inicial que posee de este producto.</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QLabel" name="lbStock_minimo">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>M\xc3\xadnimo</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QSpinBox" name="sbStock_minimo">\r <property name="enabled">\r <bool>false</bool>\r </property>\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="maximumSize">\r <size>\r <width>130</width>\r <height>16777215</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="maximum">\r <number>9999999</number>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="label_4">\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>10</pointsize>\r </font>\r </property>\r <property name="styleSheet">\r <string notr="true">color: rgb(170, 0, 0);</string>\r </property>\r <property name="text">\r <string>Cuando se llegue a esta cantidad, se le notificar\xc3\xa1.</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label">\r <property name="text">\r <string>(*) Campos obligatorios</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="Line" name="line">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout">\r <item>\r <widget class="QCommandLinkButton" name="btSalir">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="font">\r <font>\r <family>Segoe UI</family>\r <pointsize>11</pointsize>\r </font>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>ESC Salir</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/gtk-cancel.png</normaloff>:/newPrefix/gtk-cancel.png</iconset>\r </property>\r </widget>\r </item>\r <item>\r <spacer name="horizontalSpacer">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>40</width>\r <height>20</height>\r </size>\r </property>\r </spacer>\r </item>\r <item>\r <widget class="QCommandLinkButton" name="btGuardar">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="font">\r <font>\r <family>Segoe UI</family>\r <pointsize>11</pointsize>\r </font>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="toolTip">\r <string>Guarda y cierra esta ventana.</string>\r </property>\r <property name="text">\r <string>F9 Guardar</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/computer.png</normaloff>:/newPrefix/computer.png</iconset>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QCommandLinkButton" name="btGuardarContinuar">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="font">\r <font>\r <family>Segoe UI</family>\r <pointsize>11</pointsize>\r </font>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="toolTip">\r <string>Guarda y deja abierta esta ventana para cargar otro producto.</string>\r </property>\r <property name="text">\r <string>F10 Guardar y continuar</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/forward.png</normaloff>:/newPrefix/forward.png</iconset>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r <resources>\r <include location="../GUI/images_rc/icons.qrc"/>\r </resources>\r <connections>\r <connection>\r <sender>chkUtiliza_inventario</sender>\r <signal>clicked(bool)</signal>\r <receiver>sbCantidad</receiver>\r <slot>setEnabled(bool)</slot>\r <hints>\r <hint type="sourcelabel">\r <x>62</x>\r <y>265</y>\r </hint>\r <hint type="destinationlabel">\r <x>183</x>\r <y>302</y>\r </hint>\r </hints>\r </connection>\r <connection>\r <sender>chkUtiliza_inventario</sender>\r <signal>clicked(bool)</signal>\r <receiver>sbStock_minimo</receiver>\r <slot>setEnabled(bool)</slot>\r <hints>\r <hint type="sourcelabel">\r <x>119</x>\r <y>265</y>\r </hint>\r <hint type="destinationlabel">\r <x>186</x>\r <y>335</y>\r </hint>\r </hints>\r </connection>\r </connections>\r</ui>\r',
'pos/combteclas.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>737</width> <height>431</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTableWidget" name="tableWidget"> <attribute name="horizontalHeaderDefaultSectionSize"> <number>200</number> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <row> <property name="text"> <string>New Row</string> </property> </row> <column> <property name="text"> <string>Combinaci\xc3\xb3n de tecla</string> </property> </column> <column> <property name="text"> <string>Acci\xc3\xb3n</string> </property> </column> <item row="0" column="0"> <property name="text"> <string>Ctrl + 1</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> <property name="flags"> <set>ItemIsSelectable|ItemIsDragEnabled|ItemIsEnabled</set> </property> </item> <item row="0" column="1"> <property name="text"> <string>Pone el foco en la barra de b\xc3\xbasqueda</string> </property> </item> <item row="1" column="0"> <property name="text"> <string>Ctrl + 2</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="1" column="1"> <property name="text"> <string>Poner el foco en la lista de b\xc3\xbasqueda de productos </string> </property> </item> <item row="2" column="0"> <property name="text"> <string>Ctrl + 3</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="2" column="1"> <property name="text"> <string>Poner el foco en la lista del ticket</string> </property> </item> <item row="3" column="0"> <property name="text"> <string>F2</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="3" column="1"> <property name="text"> <string>Indicar la cantidad para el producto seleccionado</string> </property> </item> <item row="4" column="0"> <property name="text"> <string>F4</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="4" column="1"> <property name="text"> <string>Borrar producto de la venta actual</string> </property> </item> <item row="5" column="0"> <property name="text"> <string>F6</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="5" column="1"> <property name="text"> <string>Agregar un producto no dado de alta en el inventario</string> </property> </item> <item row="6" column="0"> <property name="text"> <string>F7</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="6" column="1"> <property name="text"> <string>Registrar una entrada de dinero</string> </property> </item> <item row="7" column="0"> <property name="text"> <string>F8</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="7" column="1"> <property name="text"> <string>Registrar una salida de dinero</string> </property> </item> <item row="8" column="0"> <property name="text"> <string>F10</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="8" column="1"> <property name="text"> <string>Cancelar la venta actual</string> </property> </item> <item row="9" column="0"> <property name="text"> <string>F11</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="9" column="1"> <property name="text"> <string>Pantalla completa</string> </property> </item> <item row="10" column="0"> <property name="text"> <string>F12</string> </property> <property name="textAlignment"> <set>AlignHCenter|AlignVCenter|AlignCenter</set> </property> </item> <item row="10" column="1"> <property name="text"> <string>Cobrar la venta actual</string> </property> </item> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QCommandLinkButton" name="commandLinkButton"> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Aceptar</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>commandLinkButton</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>618</x> <y>500</y> </hint> <hint type="destinationlabel"> <x>436</x> <y>491</y> </hint> </hints> </connection> </connections></ui>',
'resumen/admin.ui': '<?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>800</width> <height>589</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="styleSheet"> <string notr="true">QMainWindow{background-color:#F0EEEE ;border-top-left-radius: 6px 6px;border-top-right-radius: 6px 6px;border-bottom-right-radius: 6px 6px;border-bottom-left-radius: 6px 6px;}</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_12"> <item> <widget class="QTabWidget" name="tabWidget_2"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab_4"> <attribute name="title"> <string>Resumen del d\xc3\xada</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_13"> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLabel" name="label"> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Fecha:</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="dtFecha"> <property name="displayFormat"> <string>dd/MM/yyyy</string> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_9"> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="title"> <string>Entradas</string> </property> <layout class="QVBoxLayout" name="verticalLayout_7"> <item> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QLabel" name="label_8"> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>De dinero:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbEntradasDinero"> <property name="minimumSize"> <size> <width>120</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(219, 255, 206);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QLabel" name="label_6"> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>Ventas totales</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbVentasTotales"> <property name="minimumSize"> <size> <width>120</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(219, 255, 206);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_8"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="label_10"> <property name="font"> <font> <pointsize>12</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(208, 208, 208);</string> </property> <property name="text"> <string>Total: </string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="lbTotalEntradas"> <property name="minimumSize"> <size> <width>120</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 241, 217);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4"> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="title"> <string>Salidas</string> </property> <layout class="QVBoxLayout" name="verticalLayout_8"> <item> <layout class="QVBoxLayout" name="verticalLayout_9"> <item> <layout class="QHBoxLayout" name="horizontalLayout_13"> <item> <widget class="QLabel" name="label_20"> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>De dinero:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbDinero"> <property name="minimumSize"> <size> <width>120</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 201, 201);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_12"> <item> <widget class="QLabel" name="label_18"> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>Pago a proveedores:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbProveedores"> <property name="minimumSize"> <size> <width>120</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 201, 201);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_13"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="Line" name="line_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_11"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="label_16"> <property name="font"> <font> <pointsize>12</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(208, 208, 208);</string> </property> <property name="text"> <string>Total: </string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="lbTotalSalidas"> <property name="minimumSize"> <size> <width>120</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 241, 217);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string/> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_19"> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QGroupBox" name="groupBox_5"> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="title"> <string>Dinero en caja</string> </property> <layout class="QVBoxLayout" name="verticalLayout_10"> <item> <layout class="QVBoxLayout" name="verticalLayout_11"> <item> <layout class="QHBoxLayout" name="horizontalLayout_14" stretch="0,0"> <item> <widget class="QLabel" name="label_22"> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>Entradas: +</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="lbEntradas"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(219, 255, 206);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_15"> <item> <widget class="QLabel" name="label_24"> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>Salidas: -</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="lbSalidas"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 201, 201);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="line_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_17"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="label_28"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="font"> <font> <pointsize>18</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(208, 208, 208);</string> </property> <property name="text"> <string>Total: </string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="lbTotalDineroEnCaja"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>200</width> <height>40</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>20</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 241, 217);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QLabel" name="label_11"> <property name="text"> <string/> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_10"> <item> <widget class="QLabel" name="label_14"> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="text"> <string>Auto-consumo:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbAutoConsumo"> <property name="minimumSize"> <size> <width>120</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>300</width> <height>16777215</height> </size> </property> <property name="font"> <font> <pointsize>13</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 201, 201);</string> </property> <property name="text"> <string>$ 00.00</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <spacer name="horizontalSpacer_8"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="Line" name="line_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> </layout> <zorder></zorder> <zorder>line_5</zorder> <zorder>verticalSpacer</zorder> <zorder>label_4</zorder> <zorder></zorder> <zorder></zorder> <zorder>label_11</zorder> </widget> <widget class="QWidget" name="tab_5"> <attribute name="title"> <string>Otros</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QTabWidget" name="t"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Por D\xc3\xada</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout"> <property name="margin"> <number>0</number> </property> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Filtro de fechas</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Desde</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="deDesde"> <property name="displayFormat"> <string>dd/MM/yyyy</string> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Hasta</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="deHasta"> <property name="displayFormat"> <string>dd/MM/yyyy</string> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer_7"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btListarPorDia"> <property name="text"> <string>Listar</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QTableWidget" name="twDia"> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> </font> </property> <property name="styleSheet"> <string notr="true">QHeaderView::section {border-radius: 3px;padding: 2px 4px 2px 4px;/* Fuente */color: #3A3939;text-align: left;font-family: Ubuntu, Helvetica, sans-serif;background-color:rgb(244, 244, 244);/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*//* Bordes */border-bottom: 1px solid #E3E3E3;border-top: 1px solid #FFFFFF;padding:6px;border-top-left-radius: 0px;}QTableWidget{font-family: Ubuntu, Helvetica, sans-serif;/*font-size: 12px;*/text-align: left;border: 1px solid #BFBFBF;}</string> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="editTriggers"> <set>QAbstractItemView::AnyKeyPressed</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="textElideMode"> <enum>Qt::ElideLeft</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="showGrid"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderHighlightSections"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="verticalHeaderDefaultSectionSize"> <number>24</number> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> <string>Por Mes</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>9</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Filtro de fechas</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_20"> <item> <layout class="QHBoxLayout" name="horizontalLayout_21"> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>Mes</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="deMesMes"> <property name="displayFormat"> <string>MMMM</string> </property> <property name="calendarPopup"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_12"> <property name="text"> <string>A\xc3\xb1o</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="deMesAnio"> <property name="displayFormat"> <string>yyyy</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btListarPorMes"> <property name="text"> <string>Listar</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QTableWidget" name="twMes"> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> </font> </property> <property name="styleSheet"> <string notr="true">QHeaderView::section {border-radius: 3px;padding: 2px 4px 2px 4px;/* Fuente */color: #3A3939;text-align: left;font-family: Ubuntu, Helvetica, sans-serif;background-color:rgb(244, 244, 244);/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*//* Bordes */border-bottom: 1px solid #E3E3E3;border-top: 1px solid #FFFFFF;padding:6px;border-top-left-radius: 0px;}QTableWidget{font-family: Ubuntu, Helvetica, sans-serif;/*font-size: 12px;*/text-align: left;border: 1px solid #BFBFBF;}</string> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="editTriggers"> <set>QAbstractItemView::AnyKeyPressed</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="textElideMode"> <enum>Qt::ElideLeft</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="showGrid"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderHighlightSections"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="verticalHeaderDefaultSectionSize"> <number>24</number> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_3"> <attribute name="title"> <string>Por A\xc3\xb1o</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="leftMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_22"> <item> <widget class="QLabel" name="label_9"> <property name="text"> <string>A\xc3\xb1o</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="deAnio"> <property name="displayFormat"> <string>yyyy</string> </property> <property name="calendarPopup"> <bool>false</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer_6"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btListarPorAnio"> <property name="text"> <string>Listar</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTableWidget" name="twAnio"> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> </font> </property> <property name="styleSheet"> <string notr="true">QHeaderView::section {border-radius: 3px;padding: 2px 4px 2px 4px;/* Fuente */color: #3A3939;text-align: left;font-family: Ubuntu, Helvetica, sans-serif;background-color:rgb(244, 244, 244);/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*//* Bordes */border-bottom: 1px solid #E3E3E3;border-top: 1px solid #FFFFFF;padding:6px;border-top-left-radius: 0px;}QTableWidget{font-family: Ubuntu, Helvetica, sans-serif;/*font-size: 12px;*/text-align: left;border: 1px solid #BFBFBF;}</string> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="editTriggers"> <set>QAbstractItemView::AnyKeyPressed</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="textElideMode"> <enum>Qt::ElideLeft</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="showGrid"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderHighlightSections"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="verticalHeaderDefaultSectionSize"> <number>24</number> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_23"> <item> <widget class="QLabel" name="label_17"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Total vendido :</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbTotal"> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="text"> <string>$ 00.00</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_18"> <item> <widget class="QPushButton" name="btDetallesVentas"> <property name="text"> <string>Detalles de ventas</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton"> <property name="text"> <string>Aceptar</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <resources> <include location="images_rc/images.qrc"/> </resources> <connections> <connection> <sender>pushButton</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>800</x> <y>549</y> </hint> <hint type="destinationlabel"> <x>695</x> <y>549</y> </hint> </hints> </connection> </connections></ui>',
'producto/admin.ui': '<?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>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="styleSheet"> <string notr="true">QMainWindow{background-color:#F0EEEE ;border-top-left-radius: 6px 6px;border-top-right-radius: 6px 6px;border-bottom-right-radius: 6px 6px;border-bottom-left-radius: 6px 6px;}</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="btAgregar"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>90</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> <weight>75</weight> <bold>true</bold> </font> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true">QPushButton{\tcolor: rgb(255, 255, 255);\tbackground-color: qlineargradient(spread:pad, x1:0.005, y1:0.006, x2:0.990476, y2:1, stop:0.0047619 rgb(207, 50, 7), stop:1 rgb(102, 25, 3));border: 1px solid #505050;border-radius: 3px;padding:3px 3px;}QPushButton:pressed{\t\tborder: 3px solid #505050;}</string> </property> <property name="text"> <string>Nuevo</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Buscar</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <property name="spacing"> <number>0</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLineEdit" name="leBusqueda"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>96</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLineEdit { border: 1px solid #999999; padding: 2px 2px 2px 2px;min-width: 90px;height: 20px;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;border-bottom-left-radius: 3px;}</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbLupita"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>26</height> </size> </property> <property name="maximumSize"> <size> <width>30</width> <height>26</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel { background: white;border: 1px solid #999999; padding: 2px 2px 2px 2px;height: 30px;width:26px;border-top-left-radius: 0px ;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-left: 0px solid white;}</string> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>:/newPrefix/find.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_5"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Filtros</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbCampos"> <property name="styleSheet"> <string notr="true">QComboBox {border: 1px solid #999999; border-radius: 4px;padding: 2px 2px 2px 2px;min-width: 6em;}QComboBox::down-arrow {image: url(:newPrefix/arrow_down.png);height: 10px;}QComboBox:editable {background: white;border-radius: 0px;}QComboBox::drop-down { border-style: none}</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Categor\xc3\xada</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbCategoria"> <property name="styleSheet"> <string notr="true">QComboBox {border: 1px solid #999999; border-radius: 4px;padding: 2px 2px 2px 2px;min-width: 6em;}QComboBox::down-arrow {image: url(:newPrefix/arrow_down.png);height: 10px;}QComboBox:editable {background: white;border-radius: 0px;}QComboBox::drop-down { border-style: none}</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="4,1"> <property name="spacing"> <number>6</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="lbTitulo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>42</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel {color: #252424;background-color:rgb(244, 244, 244);padding:3px;font: bold 14px;font-family: Ubuntu, Helvetica, sans-serif;border: 1px solid #BFBFBF;border-bottom: 0px solid white;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;}</string> </property> <property name="text"> <string><Nombre lista></string> </property> </widget> </item> <item> <widget class="QLabel" name="lbCantidadItems"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>42</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel {color: rgb(147, 147, 147);background-color:rgb(244, 244, 244);padding:3px;font: 10px;font-family: Ubuntu, Helvetica, sans-serif;border: 1px solid #BFBFBF;border-top-left-radius: 0px solid rgb(244, 244, 244);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-bottom: 0px solid white;}</string> </property> <property name="text"> <string>0 items(s) listado(s)</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="4,1"> <property name="spacing"> <number>6</number> </property> <item> <widget class="QTableWidget" name="twDatos"> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> </font> </property> <property name="styleSheet"> <string notr="true">QHeaderView::section {border-radius: 3px;padding: 2px 4px 2px 4px;/* Fuente */color: #3A3939;text-align: left;font-family: Ubuntu, Helvetica, sans-serif;background-color:rgb(244, 244, 244);/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*//* Bordes */border-bottom: 1px solid #E3E3E3;border-top: 1px solid #FFFFFF;padding:6px;border-top-left-radius: 0px;}QTableWidget{font-family: Ubuntu, Helvetica, sans-serif;/*font-size: 12px;*/text-align: left;border: 1px solid #BFBFBF;}</string> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="editTriggers"> <set>QAbstractItemView::AnyKeyPressed</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="textElideMode"> <enum>Qt::ElideLeft</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="showGrid"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="verticalHeaderDefaultSectionSize"> <number>24</number> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> <item> <widget class="QGroupBox" name="gbDetalles"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string/> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QToolBox" name="toolBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">QToolBox::tab {color:rgb(68, 68, 68);background-color: qlineargradient(spread:reflect, x1:0.195, y1:0.176136, x2:1, y2:1, stop:0.195238 rgba(217, 217, 217, 255), stop:0.842857 rgba(244, 244, 244, 255));border: 1px solid rgb(199, 199, 199);border-radius: 3px;padding:6px;} QPushButton { border: 1px solid #8f8f91; border-radius: 5px; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f6f7fa, stop: 1 #dadbde);padding: 3px 15px; } QPushButton:pressed { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa); } QPushButton:flat { border: none; /* no border for a flat push button */ } QPushButton:default { border-color: navy; /* make the default button prominent */ }</string> </property> <widget class="QWidget" name="widget"> <property name="geometry"> <rect> <x>-96</x> <y>0</y> <width>266</width> <height>451</height> </rect> </property> <attribute name="label"> <string>Operaciones </string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QPushButton" name="btEditar"> <property name="minimumSize"> <size> <width>0</width> <height>35</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Editar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/edit.png</normaloff>:/newPrefix/edit.png</iconset> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btEliminar"> <property name="minimumSize"> <size> <width>0</width> <height>35</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Eliminar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/del.png</normaloff>:/newPrefix/del.png</iconset> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QPushButton" name="btCategorias"> <property name="minimumSize"> <size> <width>0</width> <height>35</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Categor\xc3\xadas</string> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btImportar"> <property name="minimumSize"> <size> <width>0</width> <height>35</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="toolTip"> <string>Importar o Exportar la lista de productos</string> </property> <property name="text"> <string>Importar/Exportar</string> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QPushButton" name="btAgregarInventario"> <property name="minimumSize"> <size> <width>0</width> <height>35</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="toolTip"> <string>Aumentar stock al producto seleccionado</string> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Agregar inventario</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/add.png</normaloff>:/newPrefix/add.png</iconset> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btProductosBajosEnStock"> <property name="minimumSize"> <size> <width>0</width> <height>35</height> </size> </property> <property name="toolTip"> <string>Listar los productos bajos en el inventario</string> </property> <property name="text"> <string>Productos bajos en inventario</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/csv.png</normaloff>:/newPrefix/csv.png</iconset> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>382</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> </layout> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </widget> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>cbCampos</sender> <signal>currentIndexChanged(int)</signal> <receiver>leBusqueda</receiver> <slot>setFocus()</slot> <hints> <hint type="sourcelabel"> <x>675</x> <y>23</y> </hint> <hint type="destinationlabel"> <x>406</x> <y>23</y> </hint> </hints> </connection> </connections></ui>',
'venta/agregar.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>Dialog</class>\r <widget class="QDialog" name="Dialog">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>650</width>\r <height>118</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string>Dialog</string>\r </property>\r <layout class="QVBoxLayout" name="verticalLayout_2">\r <item>\r <layout class="QVBoxLayout" name="verticalLayout">\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QLabel" name="lbCodigo">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Nombre</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLineEdit" name="leNombre">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label_2">\r <property name="text">\r <string/>\r </property>\r </widget>\r </item>\r <item>\r <widget class="Line" name="line">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout">\r <item>\r <widget class="QPushButton" name="btSalir">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>Salir</string>\r </property>\r </widget>\r </item>\r <item>\r <spacer name="horizontalSpacer">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>40</width>\r <height>20</height>\r </size>\r </property>\r </spacer>\r </item>\r <item>\r <widget class="QPushButton" name="btGuardar">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>Guardar</string>\r </property>\r <property name="icon">\r <iconset>\r <normaloff>:/newPrefix/1350863009_file_add.png</normaloff>:/newPrefix/1350863009_file_add.png</iconset>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r <resources>\r <include location="../images_rc/images.qrc"/>\r </resources>\r <connections>\r <connection>\r <sender>btSalir</sender>\r <signal>clicked()</signal>\r <receiver>Dialog</receiver>\r <slot>close()</slot>\r <hints>\r <hint type="sourcelabel">\r <x>50</x>\r <y>374</y>\r </hint>\r <hint type="destinationlabel">\r <x>130</x>\r <y>382</y>\r </hint>\r </hints>\r </connection>\r </connections>\r</ui>\r',
'venta/admin.ui': '<?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>632</width> <height>343</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="styleSheet"> <string notr="true">QMainWindow{background-color:#F0EEEE ;border-top-left-radius: 6px 6px;border-top-right-radius: 6px 6px;border-bottom-right-radius: 6px 6px;border-bottom-left-radius: 6px 6px;}</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="btAgregar"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>90</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> <weight>75</weight> <bold>true</bold> </font> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true">QPushButton{\tcolor: rgb(255, 255, 255);\tbackground-color: qlineargradient(spread:pad, x1:0.005, y1:0.006, x2:0.990476, y2:1, stop:0.0047619 rgb(207, 50, 7), stop:1 rgb(102, 25, 3));border: 1px solid #505050;border-radius: 3px;padding:3px 3px;}QPushButton:pressed{\t\tborder: 3px solid #505050;}</string> </property> <property name="text"> <string>Nuevo</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Buscar</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <property name="spacing"> <number>0</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLineEdit" name="leBusqueda"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>96</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLineEdit { border: 1px solid #999999; padding: 2px 2px 2px 2px;min-width: 90px;height: 20px;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;border-bottom-left-radius: 3px;}</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbLupita"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>26</height> </size> </property> <property name="maximumSize"> <size> <width>30</width> <height>26</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel { background: white;border: 1px solid #999999; padding: 2px 2px 2px 2px;height: 30px;width:26px;border-top-left-radius: 0px ;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-left: 0px solid white;}</string> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>:/newPrefix/find.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_5"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Filtros</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbCampos"> <property name="styleSheet"> <string notr="true">QComboBox {border: 1px solid #999999; border-radius: 4px;padding: 2px 2px 2px 2px;min-width: 6em;}QComboBox::down-arrow {image: url(:newPrefix/arrow_down.png);height: 10px;}QComboBox:editable {background: white;border-radius: 0px;}QComboBox::drop-down { border-style: none}</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="4,1"> <property name="spacing"> <number>6</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="lbTitulo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>42</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel {color: #252424;background-color:rgb(244, 244, 244);padding:3px;font: bold 14px;font-family: Ubuntu, Helvetica, sans-serif;border: 1px solid #BFBFBF;border-bottom: 0px solid white;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;}</string> </property> <property name="text"> <string><Nombre lista></string> </property> </widget> </item> <item> <widget class="QLabel" name="lbCantidadItems"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>42</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel {color: rgb(147, 147, 147);background-color:rgb(244, 244, 244);padding:3px;font: 10px;font-family: Ubuntu, Helvetica, sans-serif;border: 1px solid #BFBFBF;border-top-left-radius: 0px solid rgb(244, 244, 244);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-bottom: 0px solid white;}</string> </property> <property name="text"> <string>0 items(s) listado(s)</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="4,1"> <property name="spacing"> <number>6</number> </property> <item> <widget class="QTableWidget" name="twDatos"> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> </font> </property> <property name="styleSheet"> <string notr="true">QHeaderView::section {border-radius: 3px;padding: 2px 4px 2px 4px;/* Fuente */color: #3A3939;text-align: left;font-family: Ubuntu, Helvetica, sans-serif;background-color:rgb(244, 244, 244);/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*//* Bordes */border-bottom: 1px solid #E3E3E3;border-top: 1px solid #FFFFFF;padding:6px;border-top-left-radius: 0px;}QTableWidget{font-family: Ubuntu, Helvetica, sans-serif;/*font-size: 12px;*/text-align: left;border: 1px solid #BFBFBF;}</string> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="editTriggers"> <set>QAbstractItemView::AnyKeyPressed</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="textElideMode"> <enum>Qt::ElideLeft</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="showGrid"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderHighlightSections"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="verticalHeaderDefaultSectionSize"> <number>24</number> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> <item> <widget class="QGroupBox" name="gbDetalles"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string/> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QToolBox" name="toolBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>10</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">QToolBox::tab {color:rgb(68, 68, 68);background-color: qlineargradient(spread:reflect, x1:0.195, y1:0.176136, x2:1, y2:1, stop:0.195238 rgba(217, 217, 217, 255), stop:0.842857 rgba(244, 244, 244, 255));border: 1px solid rgb(199, 199, 199);border-radius: 3px;padding:6px;}</string> </property> <widget class="QWidget" name="widget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>107</width> <height>207</height> </rect> </property> <attribute name="label"> <string>Operaciones </string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QPushButton" name="btEditar"> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true"> QPushButton { border: 1px solid #8f8f91; border-radius: 5px; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f6f7fa, stop: 1 #dadbde);padding: 3px 15px; } QPushButton:pressed { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa); } QPushButton:flat { border: none; /* no border for a flat push button */ } QPushButton:default { border-color: navy; /* make the default button prominent */ }</string> </property> <property name="text"> <string>Editar</string> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btEliminar"> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="styleSheet"> <string notr="true"> QPushButton { border: 1px solid #8f8f91; border-radius: 5px; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f6f7fa, stop: 1 #dadbde);padding: 3px 15px; } QPushButton:pressed { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa); } QPushButton:flat { border: none; /* no border for a flat push button */ } QPushButton:default { border-color: navy; /* make the default button prominent */ }</string> </property> <property name="text"> <string>Eliminar</string> </property> <property name="flat"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>382</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> </layout> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </widget> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>cbCampos</sender> <signal>currentIndexChanged(int)</signal> <receiver>leBusqueda</receiver> <slot>setFocus()</slot> <hints> <hint type="sourcelabel"> <x>675</x> <y>23</y> </hint> <hint type="destinationlabel"> <x>406</x> <y>23</y> </hint> </hints> </connection> </connections></ui>',
'entrada/entrada.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>540</width> <height>369</height> </rect> </property> <property name="windowTitle"> <string>Registrar una entrada de dinero</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Escriba el dinero a ingresar en caja:</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="dsbMonto"> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="prefix"> <string>$ </string> </property> <property name="maximum"> <double>99999999.000000000000000</double> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Motivo o raz\xc3\xb3n:</string> </property> </widget> </item> <item> <widget class="QTextEdit" name="teMotivo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="tabChangesFocus"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QPushButton" name="btCancelar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>ESC Cancelar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/stock_close.png</normaloff>:/newPrefix/stock_close.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btGuardar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>F9 Aceptar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/computer.png</normaloff>:/newPrefix/computer.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>btCancelar</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>84</x> <y>101</y> </hint> <hint type="destinationlabel"> <x>2</x> <y>69</y> </hint> </hints> </connection> </connections></ui>',
'inventario/admin.ui': '<?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>813</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="styleSheet"> <string notr="true">QMainWindow{background-color:#F0EEEE ;border-top-left-radius: 6px 6px;border-top-right-radius: 6px 6px;border-bottom-right-radius: 6px 6px;border-bottom-left-radius: 6px 6px;}</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_10"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="btAgregar"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>90</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> <weight>75</weight> <bold>true</bold> </font> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="toolTip"> <string>Agregar producto</string> </property> <property name="styleSheet"> <string notr="true">QPushButton{\tcolor: white;\t\t\tbackground-color: rgb(0, 85, 0); border: 2px solid rgb(0, 85, 0); border-radius:3px; padding:3px 3px; font:10 bold; font-family: Ubuntu, Helvetica, sans-serif;}QPushButton:pressed{\t\tborder: 3px solid #505050;}</string> </property> <property name="text"> <string>Nuevo</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Buscar</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <property name="spacing"> <number>0</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <item> <widget class="QLineEdit" name="leBusqueda"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>96</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>33</height> </size> </property> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">QLineEdit { border: 1px solid #999999; padding: 2px 2px 2px 2px;min-width: 90px;height: 25px;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;border-bottom-left-radius: 3px;}</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbLupita"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>26</height> </size> </property> <property name="maximumSize"> <size> <width>30</width> <height>33</height> </size> </property> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">QLabel { background: white;border: 1px solid #999999; padding: 2px 2px 2px 2px;width:26px;border-top-left-radius: 0px ;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-left: 0px solid white;}</string> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>:/newPrefix/find.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_5"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Filtros</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbCampos"> <property name="font"> <font> <family>Helvetica</family> <pointsize>12</pointsize> <italic>true</italic> </font> </property> <property name="styleSheet"> <string notr="true">QComboBox {border: 1px solid #999999; border-radius: 4px;padding: 2px 2px 2px 2px;min-width: 90px;height: 25px;}QComboBox::down-arrow {image: url(:newPrefix/arrow_down.png);height: 10px;}QComboBox:editable {background: white;border-radius: 0px;}QComboBox::drop-down { border-style: none}</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="styleSheet"> <string notr="true">QLabel{color:rgb(85, 85, 85);font:bold;font-family: Ubuntu, Helvetica, sans-serif;}</string> </property> <property name="text"> <string>Categor\xc3\xada</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbCategorias"> <property name="font"> <font> <family>Helvetica</family> <pointsize>12</pointsize> <italic>true</italic> </font> </property> <property name="styleSheet"> <string notr="true">QComboBox {border: 1px solid #999999; border-radius: 4px;padding: 2px 2px 2px 2px;min-width: 90px;height: 25px;}QComboBox::down-arrow {image: url(:newPrefix/arrow_down.png);height: 10px;}QComboBox:editable {background: white;border-radius: 0px;}QComboBox::drop-down { border-style: none}</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_10"> <item> <widget class="QGroupBox" name="groupBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string>DETALLE DEL PRODUCTO</string> </property> <layout class="QVBoxLayout" name="verticalLayout_8"> <item> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>NOMBRE</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbProductoNombre"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">color:rgb(0, 0, 255);font:bold;font-size: 24px;</string> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_9"> <property name="spacing"> <number>20</number> </property> <item> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QLabel" name="label_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>PRECIO COSTO</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbProductoPrecioCosto"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>-1</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color: rgb(0, 127, 191);font:bold;font-size: 24px;</string> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_7"> <item> <widget class="QLabel" name="label_7"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>PRECIO VENTA</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbProductoPrecioVenta"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>-1</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color:rgb(0, 158, 0);font:bold;font-size: 24px;</string> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QLabel" name="label_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>EXISTENCIA</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbProductoExistencia"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>18</pointsize> </font> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 255, 255);</string> </property> <property name="title"> <string>Acciones</string> </property> <layout class="QVBoxLayout" name="verticalLayout_9"> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QCommandLinkButton" name="btEditar"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="toolTip"> <string>Editar producto seleccionado</string> </property> <property name="text"> <string>Editar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/edit.png</normaloff>:/newPrefix/edit.png</iconset> </property> </widget> </item> <item> <widget class="QCommandLinkButton" name="btEliminar"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="toolTip"> <string><html><head/><body><p>Eliminar producto seleccionado</p></body></html></string> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Eliminar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/del.png</normaloff>:/newPrefix/del.png</iconset> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QCommandLinkButton" name="btCategorias"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>Categor\xc3\xadas</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/gnome-sticky-notes-applet.png</normaloff>:/newPrefix/gnome-sticky-notes-applet.png</iconset> </property> </widget> </item> <item> <widget class="QCommandLinkButton" name="btProductosBajosEnStock"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="toolTip"> <string>Listar los productos bajos en el inventario</string> </property> <property name="text"> <string>Productos bajos en inventario</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/csv.png</normaloff>:/newPrefix/csv.png</iconset> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="line_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_8"> <item> <widget class="QCommandLinkButton" name="btAgregarInventario"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="toolTip"> <string>Aumentar stock al producto seleccionado</string> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Agregar inventario</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/add.png</normaloff>:/newPrefix/add.png</iconset> </property> </widget> </item> <item> <widget class="QCommandLinkButton" name="clbMas"> <property name="text"> <string>Mas...</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="lbProductosBajosExistencia"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">background-color: rgb(255, 252, 224);</string> </property> <property name="text"> <string>0 productos bajos en stock</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="4"> <property name="spacing"> <number>6</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="lbTitulo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>42</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel {color: #252424;background-color:rgb(244, 244, 244);padding:3px;font: bold 20px;font-family: Ubuntu, Helvetica, sans-serif;border: 1px solid #BFBFBF;border-bottom: 0px solid white;border-top-left-radius: 3px ;border-top-right-radius: 0px solid white;border-bottom-right-radius: 0px ;}</string> </property> <property name="text"> <string><Nombre lista></string> </property> </widget> </item> <item> <widget class="QLabel" name="lbCantidadItems"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>42</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true">QLabel {color: rgb(147, 147, 147);background-color:rgb(244, 244, 244);padding:3px;font: 14px;font-family: Ubuntu, Helvetica, sans-serif;border: 1px solid #BFBFBF;border-top-left-radius: 0px solid rgb(244, 244, 244);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;border-bottom: 0px solid white;}</string> </property> <property name="text"> <string>0 items(s) listado(s)</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="4"> <property name="spacing"> <number>6</number> </property> <item> <widget class="QTableWidget" name="twDatos"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Ubuntu,Helvetica,sans-serif</family> <pointsize>13</pointsize> </font> </property> <property name="styleSheet"> <string notr="true">QHeaderView::section {border-radius: 3px;padding: 2px 4px 2px 4px;/* Fuente */color: #3A3939;text-align: left;font-family: Ubuntu, Helvetica, sans-serif;background-color:rgb(244, 244, 244);/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*//* Bordes */border-bottom: 1px solid #E3E3E3;border-top: 1px solid #FFFFFF;padding:6px;border-top-left-radius: 0px;}QTableWidget{font-family: Ubuntu, Helvetica, sans-serif;/*font-size: 12px;*/text-align: left;border: 1px solid #BFBFBF;}</string> </property> <property name="frameShape"> <enum>QFrame::Box</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="editTriggers"> <set>QAbstractItemView::AnyKeyPressed</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="textElideMode"> <enum>Qt::ElideLeft</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerItem</enum> </property> <property name="showGrid"> <bool>true</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderCascadingSectionResizes"> <bool>true</bool> </attribute> <attribute name="verticalHeaderDefaultSectionSize"> <number>24</number> </attribute> <attribute name="verticalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> </widget> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>cbCampos</sender> <signal>currentIndexChanged(int)</signal> <receiver>leBusqueda</receiver> <slot>setFocus()</slot> <hints> <hint type="sourcelabel"> <x>675</x> <y>23</y> </hint> <hint type="destinationlabel"> <x>406</x> <y>23</y> </hint> </hints> </connection> </connections></ui>',
'setting/gui.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>MainWindow</class>\r <widget class="QMainWindow" name="MainWindow">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>544</width>\r <height>393</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string>MainWindow</string>\r </property>\r <widget class="QWidget" name="centralwidget">\r <layout class="QVBoxLayout" name="verticalLayout_2">\r <item>\r <widget class="QTabWidget" name="tabWidget">\r <property name="currentIndex">\r <number>0</number>\r </property>\r <widget class="QWidget" name="tab">\r <attribute name="title">\r <string>Opciones</string>\r </attribute>\r <layout class="QVBoxLayout" name="verticalLayout">\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_2">\r <item>\r <widget class="QLabel" name="label">\r <property name="font">\r <font>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>Porcentaje de ganancia</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QDoubleSpinBox" name="dsbPorcGanancia">\r <property name="value">\r <double>30.000000000000000</double>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QPushButton" name="btPorcGanancia">\r <property name="maximumSize">\r <size>\r <width>30</width>\r <height>30</height>\r </size>\r </property>\r <property name="toolTip">\r <string>Click para ver descrpci\xc3\xb3n</string>\r </property>\r <property name="text">\r <string>i</string>\r </property>\r <property name="flat">\r <bool>true</bool>\r </property>\r </widget>\r </item>\r <item>\r <spacer name="horizontalSpacer_2">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>40</width>\r <height>20</height>\r </size>\r </property>\r </spacer>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QCheckBox" name="chkPreguntarCantProducto">\r <property name="text">\r <string>Preguntar por la cantidad antes de agregar un producto a la venta actual</string>\r </property>\r </widget>\r </item>\r <item>\r <spacer name="verticalSpacer">\r <property name="orientation">\r <enum>Qt::Vertical</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>20</width>\r <height>269</height>\r </size>\r </property>\r </spacer>\r </item>\r </layout>\r </widget>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout">\r <item>\r <spacer name="horizontalSpacer">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>40</width>\r <height>20</height>\r </size>\r </property>\r </spacer>\r </item>\r <item>\r <widget class="QPushButton" name="pushButton">\r <property name="text">\r <string>Aceptar</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r </widget>\r <resources>\r <include location="../GUI/images_rc/icons.qrc"/>\r </resources>\r <connections>\r <connection>\r <sender>pushButton</sender>\r <signal>clicked()</signal>\r <receiver>MainWindow</receiver>\r <slot>close()</slot>\r <hints>\r <hint type="sourcelabel">\r <x>474</x>\r <y>365</y>\r </hint>\r <hint type="destinationlabel">\r <x>394</x>\r <y>360</y>\r </hint>\r </hints>\r </connection>\r </connections>\r</ui>\r',
'pos/pos.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>MainWindow</class>\r <widget class="QMainWindow" name="MainWindow">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>800</width>\r <height>690</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string>MainWindow</string>\r </property>\r <widget class="QWidget" name="centralwidget">\r <layout class="QVBoxLayout" name="verticalLayout_5">\r <item>\r <widget class="QGroupBox" name="groupBox">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="styleSheet">\r <string notr="true">QGroupBox::title {\r subcontrol-origin: margin;\r subcontrol-position: top center; /* position at the top center */\r padding: 0 3px;\r\r}\rQGroupBox\r{\r\tfont: "Helvetica";\r font-size: 14px;\r\tfont-weight: bold;\r\r}</string>\r </property>\r <property name="title">\r <string>Buscar Productos</string>\r </property>\r <layout class="QVBoxLayout" name="verticalLayout_2">\r <property name="leftMargin">\r <number>0</number>\r </property>\r <property name="topMargin">\r <number>4</number>\r </property>\r <property name="rightMargin">\r <number>2</number>\r </property>\r <property name="bottomMargin">\r <number>2</number>\r </property>\r <item>\r <layout class="QVBoxLayout" name="verticalLayout">\r <property name="spacing">\r <number>4</number>\r </property>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_2">\r <property name="spacing">\r <number>8</number>\r </property>\r <item>\r <widget class="QLabel" name="label_7">\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string> Por </string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QComboBox" name="cbCampos">\r <property name="minimumSize">\r <size>\r <width>108</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="styleSheet">\r <string notr="true">QComboBox {\rborder: 1px solid #999999; \rborder-radius: 4px;\rpadding: 2px 2px 2px 2px;\rmin-width: 6em;\r}\r\rQComboBox::down-arrow {\rimage: url(:newPrefix/arrow_down.png);\rheight: 10px;\r}\rQComboBox:editable {\rbackground: white;\rborder-radius: 0px;\r}\rQComboBox::drop-down { border-style: none}</string>\r </property>\r <item>\r <property name="text">\r <string>DESCRIPCION</string>\r </property>\r </item>\r <item>\r <property name="text">\r <string>CODIGO</string>\r </property>\r </item>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="label_6">\r <property name="font">\r <font>\r <pointsize>12</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Buscar</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLineEdit" name="leBusqueda">\r <property name="font">\r <font>\r <pointsize>16</pointsize>\r </font>\r </property>\r <property name="text">\r <string/>\r </property>\r <property name="placeholderText">\r <string>Escribir para buscar...</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QTableWidget" name="twDatos">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>14</pointsize>\r </font>\r </property>\r <property name="styleSheet">\r <string notr="true">border: 1px solid #999999; \rborder-radius: 3px;</string>\r </property>\r <property name="selectionBehavior">\r <enum>QAbstractItemView::SelectRows</enum>\r </property>\r <property name="showGrid">\r <bool>false</bool>\r </property>\r <property name="gridStyle">\r <enum>Qt::NoPen</enum>\r </property>\r <attribute name="horizontalHeaderCascadingSectionResizes">\r <bool>false</bool>\r </attribute>\r <attribute name="horizontalHeaderStretchLastSection">\r <bool>true</bool>\r </attribute>\r <attribute name="verticalHeaderVisible">\r <bool>false</bool>\r </attribute>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r </item>\r <item>\r <widget class="QGroupBox" name="groupBox_2">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="styleSheet">\r <string notr="true">QGroupBox::title {\r subcontrol-origin: margin;\r subcontrol-position: top center; /* position at the top center */\r padding: 0 3px;\r\r}\rQGroupBox\r{\r\tfont: "Helvetica";\r font-size: 14px;\r\tfont-weight: bold;\r\r}</string>\r </property>\r <property name="title">\r <string>VENTA ACTUAL</string>\r </property>\r <layout class="QVBoxLayout" name="verticalLayout_3">\r <property name="leftMargin">\r <number>0</number>\r </property>\r <property name="topMargin">\r <number>2</number>\r </property>\r <property name="rightMargin">\r <number>2</number>\r </property>\r <property name="bottomMargin">\r <number>2</number>\r </property>\r <item>\r <widget class="QTableWidget" name="twTicket">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>0</width>\r <height>220</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>14</pointsize>\r </font>\r </property>\r <property name="styleSheet">\r <string notr="true">border: 1px solid #999999; \rborder-radius: 3px;</string>\r </property>\r <property name="gridStyle">\r <enum>Qt::NoPen</enum>\r </property>\r <attribute name="horizontalHeaderStretchLastSection">\r <bool>true</bool>\r </attribute>\r <attribute name="verticalHeaderVisible">\r <bool>false</bool>\r </attribute>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="lbCantidadProductos">\r <property name="font">\r <font>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>0 productos en la venta actual</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r </layout>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_4">\r <item>\r <widget class="QTabWidget" name="tabWidget">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="maximumSize">\r <size>\r <width>16777215</width>\r <height>200</height>\r </size>\r </property>\r <property name="tabPosition">\r <enum>QTabWidget::South</enum>\r </property>\r <property name="tabShape">\r <enum>QTabWidget::Rounded</enum>\r </property>\r <property name="currentIndex">\r <number>0</number>\r </property>\r <property name="elideMode">\r <enum>Qt::ElideNone</enum>\r </property>\r <property name="movable">\r <bool>true</bool>\r </property>\r <widget class="QWidget" name="tab_5">\r <attribute name="title">\r <string>Ventas</string>\r </attribute>\r <layout class="QVBoxLayout" name="verticalLayout_13">\r <item>\r <layout class="QVBoxLayout" name="verticalLayout_14" stretch="2,2">\r <property name="spacing">\r <number>1</number>\r </property>\r <item>\r <widget class="QCommandLinkButton" name="cmdRegistrarVenta">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>F12</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/cart.png</normaloff>:/newPrefix/cart.png</iconset>\r </property>\r <property name="description">\r <string>Cobrar venta</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QCommandLinkButton" name="cmdCancelarVenta">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>F10</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/stock_close.png</normaloff>:/newPrefix/stock_close.png</iconset>\r </property>\r <property name="shortcut">\r <string>F9</string>\r </property>\r <property name="description">\r <string>Cancelar venta</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r <widget class="QWidget" name="tab_6">\r <attribute name="title">\r <string>Productos</string>\r </attribute>\r <layout class="QVBoxLayout" name="verticalLayout_15">\r <item>\r <layout class="QVBoxLayout" name="verticalLayout_16">\r <property name="spacing">\r <number>8</number>\r </property>\r <item>\r <widget class="QCommandLinkButton" name="cmdVarios">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>F2</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/archive-add.png</normaloff>:/newPrefix/archive-add.png</iconset>\r </property>\r <property name="shortcut">\r <string>F5</string>\r </property>\r <property name="description">\r <string>Item Varios</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QCommandLinkButton" name="cmdArtComun">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>F6</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/applications-other.png</normaloff>:/newPrefix/applications-other.png</iconset>\r </property>\r <property name="shortcut">\r <string>F6</string>\r </property>\r <property name="description">\r <string>Item Articulo Com\xc3\xban</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r <widget class="QWidget" name="tab_7">\r <attribute name="title">\r <string>Caja</string>\r </attribute>\r <layout class="QVBoxLayout" name="verticalLayout_17">\r <item>\r <layout class="QVBoxLayout" name="verticalLayout_18" stretch="2,2">\r <property name="spacing">\r <number>1</number>\r </property>\r <item>\r <widget class="QCommandLinkButton" name="cmdEntradas">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="toolTip">\r <string>Registrar una entrada</string>\r </property>\r <property name="text">\r <string>F7</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/back.png</normaloff>:/newPrefix/back.png</iconset>\r </property>\r <property name="shortcut">\r <string>F7</string>\r </property>\r <property name="description">\r <string>Nuevo Ingreso</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QCommandLinkButton" name="cmdSalidas">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="toolTip">\r <string>F8 Registrar una salida</string>\r </property>\r <property name="text">\r <string>F8</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/forward.png</normaloff>:/newPrefix/forward.png</iconset>\r </property>\r <property name="shortcut">\r <string>F8</string>\r </property>\r <property name="description">\r <string>Nuevo Egreso</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r <widget class="QWidget" name="tab_8">\r <attribute name="title">\r <string>Otros</string>\r </attribute>\r <layout class="QVBoxLayout" name="verticalLayout_19">\r <item>\r <layout class="QVBoxLayout" name="verticalLayout_20" stretch="2,2">\r <property name="spacing">\r <number>0</number>\r </property>\r <item>\r <widget class="QCommandLinkButton" name="cmdBorrarArticulo">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="toolTip">\r <string>Borra del ticket el articulo seleccionado</string>\r </property>\r <property name="text">\r <string>F4 Borrar Art.</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/archive-extract.png</normaloff>:/newPrefix/archive-extract.png</iconset>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QCommandLinkButton" name="cmdMasAtajos">\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>Mas atajos</string>\r </property>\r <property name="icon">\r <iconset resource="../GUI/images_rc/icons.qrc">\r <normaloff>:/newPrefix/add.png</normaloff>:/newPrefix/add.png</iconset>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_3">\r <property name="spacing">\r <number>0</number>\r </property>\r <item>\r <layout class="QVBoxLayout" name="verticalLayout_4" stretch="3,0">\r <property name="spacing">\r <number>0</number>\r </property>\r <item>\r <widget class="QLabel" name="lbTotal">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>280</width>\r <height>0</height>\r </size>\r </property>\r <property name="maximumSize">\r <size>\r <width>16777215</width>\r <height>150</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">border: 1px solid #999999; \rcolor:green;\rbackground-color: white;\rfont:84px</string>\r </property>\r <property name="text">\r <string>$ 00.00</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="label_9">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="styleSheet">\r <string notr="true">QLabel{\r\tcolor:rgb(0, 85, 0);\r\tmargin: 5px;\r\t\r\tfont: 14pt "Helvetica" bold;\r}</string>\r </property>\r <property name="text">\r <string>TOTAL A COBRAR</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r <property name="margin">\r <number>0</number>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r </widget>\r <tabstops>\r <tabstop>leBusqueda</tabstop>\r <tabstop>twDatos</tabstop>\r <tabstop>cbCampos</tabstop>\r </tabstops>\r <resources>\r <include location="../GUI/images_rc/icons.qrc"/>\r </resources>\r <connections>\r <connection>\r <sender>leBusqueda</sender>\r <signal>editingFinished()</signal>\r <receiver>twDatos</receiver>\r <slot>setFocus()</slot>\r <hints>\r <hint type="sourcelabel">\r <x>295</x>\r <y>50</y>\r </hint>\r <hint type="destinationlabel">\r <x>283</x>\r <y>102</y>\r </hint>\r </hints>\r </connection>\r </connections>\r</ui>\r',
'plasta/gui/uis/buscador.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>Dialog</class>\r <widget class="QDialog" name="Dialog">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>800</width>\r <height>600</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string/>\r </property>\r <layout class="QVBoxLayout" name="verticalLayout">\r <property name="leftMargin">\r <number>1</number>\r </property>\r <property name="topMargin">\r <number>0</number>\r </property>\r <property name="rightMargin">\r <number>1</number>\r </property>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_2">\r <property name="spacing">\r <number>0</number>\r </property>\r <item>\r <widget class="QLabel" name="lbTitulo">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Minimum">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>42</width>\r <height>0</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">QLabel {\rcolor: #252424;\r/*background-color:qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(224, 224, 224, 255), stop:0.495413 rgba(248, 248, 248, 255));*/\rbackground-color:rgb(244, 244, 244);\r\rpadding:4px;\rfont: bold 14px;\rfont-family: Ubuntu, Helvetica, sans-serif;\r\r\r\rborder-top-left-radius: 3px solid rgb(244, 244, 244);\rborder-bottom-left-radius: 3px solid rgb(244, 244, 244) ;\r\rborder-top: 1px solid #BFBFBF;\rborder-bottom:1px solid #BFBFBF;\rborder-left:1px solid #BFBFBF;\r\r}</string>\r </property>\r <property name="text">\r <string><Lo que quiero buscar></string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="lbCantidadItems">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Preferred" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>42</width>\r <height>0</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">QLabel {\rcolor: rgb(147, 147, 147);\rbackground-color:rgb(244, 244, 244);\r\rpadding:3px;\rfont: 10px;\rfont-family: Ubuntu, Helvetica, sans-serif;\r\r/*\rborder-top-left: 1px solid rgb(244, 244, 244);\rborder-top-right: 1px solid rgb(244, 244, 244);\rborder-bottom-right: 1px solid rgb(244, 244, 244);\rborder-bottom-left: 1px solid rgb(244, 244, 244);*/\rborder-top: 1px solid #BFBFBF;\rborder-bottom: 1px solid #BFBFBF;\r}</string>\r </property>\r <property name="text">\r <string>0 items(s) listado(s)</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QPushButton" name="btSalir">\r <property name="maximumSize">\r <size>\r <width>30</width>\r <height>16777215</height>\r </size>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="styleSheet">\r <string notr="true">QPushButton {\rcolor: #252424;\r/*background-color:qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(224, 224, 224, 255), stop:0.495413 rgba(248, 248, 248, 255));*/\rbackground-color:rgb(244, 244, 244);\r\rpadding: 4px;\rfont: bold 14px;\rfont-family: Ubuntu, Helvetica, sans-serif;\rborder: 1px solid #BFBFBF;\r\r\rborder-top-left-radius: 0px solid rgb(244, 244, 244);\rborder-top-right-radius: 3px;\rborder-bottom-right-radius: 3px;\rborder-bottom-left-radius: 0px solid rgb(244, 244, 244);\r\rborder-left: 0px solid black;\r}\r\rQPushButton:hover{\rbackground-color:rgb(254, 254, 254);\r}\r\r</string>\r </property>\r <property name="text">\r <string/>\r </property>\r <property name="icon">\r <iconset resource="images_rc/images.qrc">\r <normaloff>:/newPrefix/close.png</normaloff>:/newPrefix/close.png</iconset>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label_3">\r <property name="text">\r <string/>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_3">\r <item>\r <widget class="QPushButton" name="btAceptar">\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="maximumSize">\r <size>\r <width>74</width>\r <height>16777215</height>\r </size>\r </property>\r <property name="font">\r <font>\r <family>Ubuntu,Helvetica,sans-serif</family>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="styleSheet">\r <string notr="true">QPushButton{\rcolor: rgb(255, 255, 255);\rbackground-color: qlineargradient(spread:pad, x1:0.005, y1:0.006, x2:0.990476, y2:1, stop:0.0047619 rgb(207, 50, 7), stop:1 rgb(102, 25, 3));\rborder: 1px solid #505050;\rborder-radius: 3px;\rpadding:3px\r}\rQPushButton:pressed{\t\r\tborder: 3px solid #505050;\r}</string>\r </property>\r <property name="text">\r <string>Aceptar</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="label_2">\r <property name="styleSheet">\r <string notr="true">QLabel{\rcolor:rgb(85, 85, 85);\rfont:bold;\rfont-family: Ubuntu, Helvetica, sans-serif;\r}</string>\r </property>\r <property name="text">\r <string>Buscar</string>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout">\r <property name="spacing">\r <number>0</number>\r </property>\r <property name="sizeConstraint">\r <enum>QLayout::SetDefaultConstraint</enum>\r </property>\r <item>\r <widget class="QLineEdit" name="leBusqueda">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Expanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>96</width>\r <height>0</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">QLineEdit { \rborder: 1px solid #999999; \rpadding: 2px 2px 2px 2px;\rmin-width: 90px;\rheight: 20px;\r\rborder-top-left-radius: 3px ;\rborder-top-right-radius: 0px solid white;\rborder-bottom-right-radius: 0px ;\rborder-bottom-left-radius: 3px;\r\r}</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="label_4">\r <property name="sizePolicy">\r <sizepolicy hsizetype="Fixed" vsizetype="Preferred">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="minimumSize">\r <size>\r <width>0</width>\r <height>26</height>\r </size>\r </property>\r <property name="maximumSize">\r <size>\r <width>30</width>\r <height>26</height>\r </size>\r </property>\r <property name="styleSheet">\r <string notr="true">QLabel { \rbackground: white;\rborder: 1px solid #999999; \rpadding: 2px 2px 2px 2px;\r\rheight: 30px;\rwidth:26px;\r\rborder-top-left-radius: 0px ;\rborder-top-right-radius: 3px;\rborder-bottom-right-radius: 3px;\rborder-bottom-left-radius: 0px;\r\rborder-left: 0px solid white;\r}</string>\r </property>\r <property name="pixmap">\r <pixmap resource="images_rc/images.qrc">:/newPrefix/find.png</pixmap>\r </property>\r <property name="scaledContents">\r <bool>true</bool>\r </property>\r <property name="alignment">\r <set>Qt::AlignCenter</set>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label">\r <property name="styleSheet">\r <string notr="true">QLabel{\rcolor:rgb(85, 85, 85);\rfont:bold;\rfont-family: Ubuntu, Helvetica, sans-serif;\r}</string>\r </property>\r <property name="text">\r <string>Filtros</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QComboBox" name="cbCampos">\r <property name="styleSheet">\r <string notr="true">QComboBox {\rborder: 1px solid #999999; \rborder-radius: 4px;\rpadding: 2px 2px 2px 2px;\rmin-width: 6em;\r}\rQComboBox::down-arrow {\rimage: url(:newPrefix/arrow_down.png);\rheight: 10px;\r}\rQComboBox:editable {\rbackground: white;\r}\rQComboBox::drop-down { border-style: none}\r</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QTableWidget" name="twDatos">\r <property name="styleSheet">\r <string notr="true">QHeaderView::section {\rborder-radius: 3px;\rpadding: 2px 4px 2px 4px;\r\r/* Fuente */\rcolor: #3A3939;\rfont: bold 11px;\rtext-align: left;\rfont-family: Ubuntu, Helvetica, sans-serif;\r\rbackground-color:rgb(244, 244, 244);\r/*qlineargradient(spread:reflect, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(240, 240, 240, 255), stop:0.509174 rgba(250, 250, 250, 255), stop:0.963303 rgba(255, 255, 255, 255));*/\r/* Bordes */\rborder-bottom: 1px solid #E3E3E3;\rborder-top: 1px solid #FFFFFF;\rpadding:6px;\rborder-top-left-radius: 0px;\r\r}\r\rQTableWidget{\rfont-family: Ubuntu, Helvetica, sans-serif;\rfont-size: 12px;\rtext-align: left;\r\rborder: 1px solid #BFBFBF;\r\r}</string>\r </property>\r <property name="frameShape">\r <enum>QFrame::Box</enum>\r </property>\r <property name="lineWidth">\r <number>0</number>\r </property>\r <property name="editTriggers">\r <set>QAbstractItemView::AnyKeyPressed</set>\r </property>\r <property name="alternatingRowColors">\r <bool>true</bool>\r </property>\r <property name="selectionMode">\r <enum>QAbstractItemView::SingleSelection</enum>\r </property>\r <property name="selectionBehavior">\r <enum>QAbstractItemView::SelectRows</enum>\r </property>\r <property name="textElideMode">\r <enum>Qt::ElideLeft</enum>\r </property>\r <property name="verticalScrollMode">\r <enum>QAbstractItemView::ScrollPerItem</enum>\r </property>\r <property name="horizontalScrollMode">\r <enum>QAbstractItemView::ScrollPerItem</enum>\r </property>\r <property name="showGrid">\r <bool>true</bool>\r </property>\r <property name="gridStyle">\r <enum>Qt::NoPen</enum>\r </property>\r <property name="sortingEnabled">\r <bool>true</bool>\r </property>\r <property name="wordWrap">\r <bool>true</bool>\r </property>\r <property name="cornerButtonEnabled">\r <bool>false</bool>\r </property>\r <attribute name="horizontalHeaderVisible">\r <bool>true</bool>\r </attribute>\r <attribute name="horizontalHeaderHighlightSections">\r <bool>true</bool>\r </attribute>\r <attribute name="horizontalHeaderShowSortIndicator" stdset="0">\r <bool>true</bool>\r </attribute>\r <attribute name="horizontalHeaderStretchLastSection">\r <bool>true</bool>\r </attribute>\r <attribute name="verticalHeaderVisible">\r <bool>false</bool>\r </attribute>\r <attribute name="verticalHeaderCascadingSectionResizes">\r <bool>false</bool>\r </attribute>\r <attribute name="verticalHeaderDefaultSectionSize">\r <number>24</number>\r </attribute>\r <attribute name="verticalHeaderHighlightSections">\r <bool>false</bool>\r </attribute>\r <attribute name="verticalHeaderShowSortIndicator" stdset="0">\r <bool>false</bool>\r </attribute>\r <attribute name="verticalHeaderStretchLastSection">\r <bool>false</bool>\r </attribute>\r </widget>\r </item>\r </layout>\r <zorder>layoutWidget</zorder>\r <zorder>layoutWidget</zorder>\r <zorder>label_3</zorder>\r <zorder>twDatos</zorder>\r </widget>\r <resources>\r <include location="images_rc/images.qrc"/>\r </resources>\r <connections>\r <connection>\r <sender>btSalir</sender>\r <signal>clicked()</signal>\r <receiver>Dialog</receiver>\r <slot>close()</slot>\r <hints>\r <hint type="sourcelabel">\r <x>776</x>\r <y>21</y>\r </hint>\r <hint type="destinationlabel">\r <x>796</x>\r <y>72</y>\r </hint>\r </hints>\r </connection>\r </connections>\r</ui>\r',
'inventario/agregarinventario.ui': '<?xml version="1.0" encoding="UTF-8"?>\r<ui version="4.0">\r <class>Dialog</class>\r <widget class="QDialog" name="Dialog">\r <property name="geometry">\r <rect>\r <x>0</x>\r <y>0</y>\r <width>650</width>\r <height>183</height>\r </rect>\r </property>\r <property name="windowTitle">\r <string>Dialog</string>\r </property>\r <layout class="QVBoxLayout" name="verticalLayout_2">\r <item>\r <layout class="QVBoxLayout" name="verticalLayout">\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_2">\r <item>\r <widget class="QLabel" name="label">\r <property name="font">\r <font>\r <pointsize>18</pointsize>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>Producto</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="lbProducto">\r <property name="font">\r <font>\r <pointsize>20</pointsize>\r </font>\r </property>\r <property name="text">\r <string>...</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout_3">\r <item>\r <widget class="QLabel" name="label_3">\r <property name="font">\r <font>\r <pointsize>18</pointsize>\r <weight>75</weight>\r <bold>true</bold>\r </font>\r </property>\r <property name="text">\r <string>Cantidad actual</string>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QLabel" name="lbCantidad">\r <property name="font">\r <font>\r <pointsize>20</pointsize>\r </font>\r </property>\r <property name="text">\r <string>...</string>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="Line" name="line_2">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="hlDialog">\r <item>\r <widget class="QLabel" name="lbCodigo">\r <property name="minimumSize">\r <size>\r <width>144</width>\r <height>0</height>\r </size>\r </property>\r <property name="font">\r <font>\r <pointsize>13</pointsize>\r </font>\r </property>\r <property name="text">\r <string>Cantidad a agregar</string>\r </property>\r <property name="alignment">\r <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>\r </property>\r </widget>\r </item>\r <item>\r <widget class="QSpinBox" name="sbCantidad">\r <property name="sizePolicy">\r <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">\r <horstretch>0</horstretch>\r <verstretch>0</verstretch>\r </sizepolicy>\r </property>\r <property name="font">\r <font>\r <pointsize>14</pointsize>\r </font>\r </property>\r <property name="minimum">\r <number>1</number>\r </property>\r <property name="maximum">\r <number>9999999</number>\r </property>\r <property name="value">\r <number>1</number>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r <item>\r <widget class="QLabel" name="label_2">\r <property name="text">\r <string/>\r </property>\r </widget>\r </item>\r <item>\r <widget class="Line" name="line">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r </widget>\r </item>\r <item>\r <layout class="QHBoxLayout" name="horizontalLayout">\r <item>\r <widget class="QPushButton" name="btSalir">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>Salir</string>\r </property>\r </widget>\r </item>\r <item>\r <spacer name="horizontalSpacer">\r <property name="orientation">\r <enum>Qt::Horizontal</enum>\r </property>\r <property name="sizeHint" stdset="0">\r <size>\r <width>40</width>\r <height>20</height>\r </size>\r </property>\r </spacer>\r </item>\r <item>\r <widget class="QPushButton" name="btGuardar">\r <property name="minimumSize">\r <size>\r <width>150</width>\r <height>35</height>\r </size>\r </property>\r <property name="cursor">\r <cursorShape>PointingHandCursor</cursorShape>\r </property>\r <property name="text">\r <string>Guardar</string>\r </property>\r <property name="icon">\r <iconset>\r <normaloff>:/newPrefix/1350863009_file_add.png</normaloff>:/newPrefix/1350863009_file_add.png</iconset>\r </property>\r </widget>\r </item>\r </layout>\r </item>\r </layout>\r </item>\r </layout>\r </widget>\r <resources>\r <include location="../images_rc/images.qrc"/>\r </resources>\r <connections>\r <connection>\r <sender>btSalir</sender>\r <signal>clicked()</signal>\r <receiver>Dialog</receiver>\r <slot>close()</slot>\r <hints>\r <hint type="sourcelabel">\r <x>50</x>\r <y>374</y>\r </hint>\r <hint type="destinationlabel">\r <x>130</x>\r <y>382</y>\r </hint>\r </hints>\r </connection>\r </connections>\r</ui>\r',
'pos/varios.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>485</width> <height>191</height> </rect> </property> <property name="windowTitle"> <string>Indicar cantidad para este producto</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label_3"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Producto seleccionado:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbProducto"> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Cantidad</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="sbCantidad"> <property name="font"> <font> <pointsize>16</pointsize> </font> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="maximum"> <number>9999</number> </property> <property name="value"> <number>1</number> </property> </widget> </item> </layout> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QPushButton" name="btCancelar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>ESC Cancelar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/stock_close.png</normaloff>:/newPrefix/stock_close.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btAceptar"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>F9 Aceptar</string> </property> <property name="icon"> <iconset resource="../GUI/images_rc/icons.qrc"> <normaloff>:/newPrefix/computer.png</normaloff>:/newPrefix/computer.png</iconset> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>sbCantidad</tabstop> <tabstop>btAceptar</tabstop> <tabstop>btCancelar</tabstop> </tabstops> <resources> <include location="../GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>btCancelar</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>136</x> <y>163</y> </hint> <hint type="destinationlabel"> <x>445</x> <y>19</y> </hint> </hints> </connection> </connections></ui>',
'acercade.ui': '<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="windowModality"> <enum>Qt::WindowModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>649</width> <height>183</height> </rect> </property> <property name="windowTitle"> <string>Acerca de</string> </property> <property name="windowIcon"> <iconset> <normaloff>:/toolbar/icon.png</normaloff>:/toolbar/icon.png</iconset> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="lbLogo"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="GUI/images_rc/icons.qrc">:/newPrefix/logo/posta_logo_m.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="wordWrap"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Punto de Venta de Aplicaci\xc3\xb3n Comercial</string> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="fsdfsd"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Version</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbVersion"> <property name="text"> <string>0.0</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="lbVersion_3"> <property name="text"> <string>Copyright (C) 2012-2014</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbVersion_4"> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="text"> <string><html><head/><body><p><a href="http://www.informaticameg.com"><span style=" text-decoration: underline; color:#0000ff;">Inform\xc3\xa1tica Meg</span></a></p></body></html></string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> </property> <property name="scaledContents"> <bool>false</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> <property name="textInteractionFlags"> <set>Qt::TextBrowserInteraction</set> </property> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QLabel" name="lbVersion_5"> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="text"> <string><html><head/><body><p><a href="https://www.facebook.com/postaapp"><span style=" text-decoration: underline; color:#0000ff;">Facebook POSTA</span></a></p></body></html></string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> </property> <property name="scaledContents"> <bool>false</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> <property name="textInteractionFlags"> <set>Qt::TextBrowserInteraction</set> </property> </widget> </item> <item> <widget class="QLabel" name="lbVersion_6"> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="text"> <string><html><head/><body><p><a href="https://www.twitter.com/postaapp"><span style=" text-decoration: underline; color:#0000ff;">Twitter POSTA</span></a></p></body></html></string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> </property> <property name="scaledContents"> <bool>false</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> <property name="textInteractionFlags"> <set>Qt::TextBrowserInteraction</set> </property> </widget> </item> </layout> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>238</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton"> <property name="text"> <string>Cerrar</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <resources> <include location="GUI/images_rc/icons.qrc"/> </resources> <connections> <connection> <sender>pushButton</sender> <signal>clicked()</signal> <receiver>MainWindow</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>461</x> <y>264</y> </hint> <hint type="destinationlabel"> <x>255</x> <y>248</y> </hint> </hints> </connection> </connections></ui>'}