# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'mainWindow.ui'
#
# Created: Sat Jun 23 21:12:57 2012
#      by: PyQt4 UI code generator 4.9.1
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
    _fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
    _fromUtf8 = lambda s: s

class Ui_MainWindow(object):
    def setupUi(self, MainWindow):
        MainWindow.setObjectName(_fromUtf8("MainWindow"))
        MainWindow.resize(818, 586)
        icon = QtGui.QIcon()
        icon.addPixmap(QtGui.QPixmap(_fromUtf8("images/scolasync.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        MainWindow.setWindowIcon(icon)
        self.centralwidget = QtGui.QWidget(MainWindow)
        self.centralwidget.setObjectName(_fromUtf8("centralwidget"))
        self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget)
        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
        self.groupBox = QtGui.QGroupBox(self.centralwidget)
        self.groupBox.setStyleSheet(_fromUtf8("border: 1px solid gray;\n"
"border-radius: 10px;\n"
"padding: 1em 0px 0px 0px;\n"
"font-weight:bold;\n"
""))
        self.groupBox.setFlat(False)
        self.groupBox.setObjectName(_fromUtf8("groupBox"))
        self.horizontalLayout = QtGui.QHBoxLayout(self.groupBox)
        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
        self.fromButton = QtGui.QToolButton(self.groupBox)
        self.fromButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon1 = QtGui.QIcon()
        icon1.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/actions/back.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.fromButton.setIcon(icon1)
        self.fromButton.setIconSize(QtCore.QSize(48, 48))
        self.fromButton.setObjectName(_fromUtf8("fromButton"))
        self.horizontalLayout.addWidget(self.fromButton)
        self.toButton = QtGui.QToolButton(self.groupBox)
        self.toButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon2 = QtGui.QIcon()
        icon2.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/actions/forward.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.toButton.setIcon(icon2)
        self.toButton.setIconSize(QtCore.QSize(48, 48))
        self.toButton.setObjectName(_fromUtf8("toButton"))
        self.horizontalLayout.addWidget(self.toButton)
        self.delButton = QtGui.QToolButton(self.groupBox)
        self.delButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon3 = QtGui.QIcon()
        icon3.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/actions/edit-clear.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.delButton.setIcon(icon3)
        self.delButton.setIconSize(QtCore.QSize(48, 48))
        self.delButton.setObjectName(_fromUtf8("delButton"))
        self.horizontalLayout.addWidget(self.delButton)
        self.umountButton = QtGui.QToolButton(self.groupBox)
        self.umountButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon4 = QtGui.QIcon()
        icon4.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/actions/top.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.umountButton.setIcon(icon4)
        self.umountButton.setIconSize(QtCore.QSize(48, 48))
        self.umountButton.setObjectName(_fromUtf8("umountButton"))
        self.horizontalLayout.addWidget(self.umountButton)
        spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout.addItem(spacerItem)
        self.redoButton = QtGui.QToolButton(self.groupBox)
        self.redoButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon5 = QtGui.QIcon()
        icon5.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/actions/go-jump.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.redoButton.setIcon(icon5)
        self.redoButton.setIconSize(QtCore.QSize(48, 48))
        self.redoButton.setCheckable(True)
        self.redoButton.setObjectName(_fromUtf8("redoButton"))
        self.horizontalLayout.addWidget(self.redoButton)
        self.namesButton = QtGui.QToolButton(self.groupBox)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.namesButton.sizePolicy().hasHeightForWidth())
        self.namesButton.setSizePolicy(sizePolicy)
        self.namesButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon6 = QtGui.QIcon()
        icon6.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/actions/gtk-find.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.namesButton.setIcon(icon6)
        self.namesButton.setIconSize(QtCore.QSize(48, 48))
        self.namesButton.setObjectName(_fromUtf8("namesButton"))
        self.horizontalLayout.addWidget(self.namesButton)
        spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout.addItem(spacerItem1)
        self.lcdNumber = QtGui.QLCDNumber(self.groupBox)
        self.lcdNumber.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        self.lcdNumber.setNumDigits(2)
        self.lcdNumber.setProperty("intValue", 0)
        self.lcdNumber.setObjectName(_fromUtf8("lcdNumber"))
        self.horizontalLayout.addWidget(self.lcdNumber)
        self.forceCheckButton = QtGui.QToolButton(self.groupBox)
        self.forceCheckButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon7 = QtGui.QIcon()
        icon7.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/devices/multimedia-player.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.forceCheckButton.setIcon(icon7)
        self.forceCheckButton.setIconSize(QtCore.QSize(48, 48))
        self.forceCheckButton.setObjectName(_fromUtf8("forceCheckButton"))
        self.horizontalLayout.addWidget(self.forceCheckButton)
        self.preferenceButton = QtGui.QToolButton(self.groupBox)
        self.preferenceButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon8 = QtGui.QIcon()
        icon8.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/categories/package_settings.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.preferenceButton.setIcon(icon8)
        self.preferenceButton.setIconSize(QtCore.QSize(48, 48))
        self.preferenceButton.setObjectName(_fromUtf8("preferenceButton"))
        self.horizontalLayout.addWidget(self.preferenceButton)
        self.helpButton = QtGui.QToolButton(self.groupBox)
        self.helpButton.setStyleSheet(_fromUtf8("border:0px; border-radius:0px; padding: 0px; font-weight:normal; color: black;\n"
"padding:0px"))
        icon9 = QtGui.QIcon()
        icon9.addPixmap(QtGui.QPixmap(_fromUtf8("../../../../../../usr/share/icons/Tango/scalable/status/info.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.helpButton.setIcon(icon9)
        self.helpButton.setIconSize(QtCore.QSize(48, 48))
        self.helpButton.setObjectName(_fromUtf8("helpButton"))
        self.horizontalLayout.addWidget(self.helpButton)
        self.verticalLayout.addWidget(self.groupBox)
        self.tableView = QtGui.QTableView(self.centralwidget)
        self.tableView.setObjectName(_fromUtf8("tableView"))
        self.verticalLayout.addWidget(self.tableView)
        MainWindow.setCentralWidget(self.centralwidget)
        self.statusbar = QtGui.QStatusBar(MainWindow)
        self.statusbar.setObjectName(_fromUtf8("statusbar"))
        MainWindow.setStatusBar(self.statusbar)

        self.retranslateUi(MainWindow)
        QtCore.QMetaObject.connectSlotsByName(MainWindow)

    def retranslateUi(self, MainWindow):
        MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "ScolaSync", None, QtGui.QApplication.UnicodeUTF8))
        self.groupBox.setTitle(QtGui.QApplication.translate("MainWindow", "Actions", None, QtGui.QApplication.UnicodeUTF8))
        self.fromButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Copier depuis les baladeurs sélectionnés", None, QtGui.QApplication.UnicodeUTF8))
        self.fromButton.setStatusTip(QtGui.QApplication.translate("MainWindow", "Copier depuis les baladeurs sélectionnés", None, QtGui.QApplication.UnicodeUTF8))
        self.fromButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
        self.toButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Copier vers les baladeurs sélectionnés", None, QtGui.QApplication.UnicodeUTF8))
        self.toButton.setStatusTip(QtGui.QApplication.translate("MainWindow", "Copier vers les baladeurs sélectionnés", None, QtGui.QApplication.UnicodeUTF8))
        self.toButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
        self.delButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Effacer des fichiers ou des dossiers dans les baladeurs sélectionnés", None, QtGui.QApplication.UnicodeUTF8))
        self.delButton.setStatusTip(QtGui.QApplication.translate("MainWindow", "Effacer des fichiers ou des dossiers dans les baladeurs sélectionnés", None, QtGui.QApplication.UnicodeUTF8))
        self.delButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
        self.umountButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Éjecter les baladeurs sélectionnés", None, QtGui.QApplication.UnicodeUTF8))
        self.umountButton.setStatusTip(QtGui.QApplication.translate("MainWindow", "Éjecter les baladeurs sélectionnés", None, QtGui.QApplication.UnicodeUTF8))
        self.umountButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
        self.redoButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Refaire à nouveau", None, QtGui.QApplication.UnicodeUTF8))
        self.redoButton.setStatusTip(QtGui.QApplication.translate("MainWindow", "Refaire à nouveau la dernière opération réussie, avec les baladeurs connectés plus récemment", None, QtGui.QApplication.UnicodeUTF8))
        self.redoButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
        self.namesButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
        self.lcdNumber.setToolTip(QtGui.QApplication.translate("MainWindow", "Affiche le nombre de baladeurs connectés", None, QtGui.QApplication.UnicodeUTF8))
        self.lcdNumber.setStatusTip(QtGui.QApplication.translate("MainWindow", "Affiche le nombre de baladeurs connectés", None, QtGui.QApplication.UnicodeUTF8))
        self.forceCheckButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Force à recompter les baladeurs", None, QtGui.QApplication.UnicodeUTF8))
        self.forceCheckButton.setStatusTip(QtGui.QApplication.translate("MainWindow", "Force à recompter les baladeurs", None, QtGui.QApplication.UnicodeUTF8))
        self.forceCheckButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
        self.preferenceButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Préférences", None, QtGui.QApplication.UnicodeUTF8))
        self.preferenceButton.setStatusTip(QtGui.QApplication.translate("MainWindow", "Préférences", None, QtGui.QApplication.UnicodeUTF8))
        self.preferenceButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))
        self.helpButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Aide", None, QtGui.QApplication.UnicodeUTF8))
        self.helpButton.setStatusTip(QtGui.QApplication.translate("MainWindow", "Aide", None, QtGui.QApplication.UnicodeUTF8))
        self.helpButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8))

