mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/builtin/ui/cloud_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:32 2015
|
||||
# Created: Mon May 4 12:01:30 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_cloudConfigPageWidget:
|
||||
class Ui_cloudConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, cloudConfigPageWidget):
|
||||
cloudConfigPageWidget.setObjectName("cloudConfigPageWidget")
|
||||
@@ -363,7 +364,7 @@ class Ui_cloudConfigPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(cloudConfigPageWidget)
|
||||
|
||||
def retranslateUi(self, cloudConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
cloudConfigPageWidget.setWindowTitle(_translate("cloudConfigPageWidget", "Cloud configuration"))
|
||||
self.uiGenericEthernetGroupBox.setTitle(_translate("cloudConfigPageWidget", "Generic Ethernet NIO (Administrator or root access required)"))
|
||||
self.uiAddGenericEthernetPushButton.setText(_translate("cloudConfigPageWidget", "&Add"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/atm_bridge_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:32 2015
|
||||
# Created: Mon May 4 12:01:30 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_atmBridgeConfigPageWidget:
|
||||
class Ui_atmBridgeConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, atmBridgeConfigPageWidget):
|
||||
atmBridgeConfigPageWidget.setObjectName("atmBridgeConfigPageWidget")
|
||||
@@ -138,7 +139,7 @@ class Ui_atmBridgeConfigPageWidget:
|
||||
atmBridgeConfigPageWidget.setTabOrder(self.uiAddPushButton, self.uiDeletePushButton)
|
||||
|
||||
def retranslateUi(self, atmBridgeConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
atmBridgeConfigPageWidget.setWindowTitle(_translate("atmBridgeConfigPageWidget", "ATM Bridge"))
|
||||
self.uiMappingGroupBox.setTitle(_translate("atmBridgeConfigPageWidget", "Mapping"))
|
||||
self.uiMappingTreeWidget.headerItem().setText(0, _translate("atmBridgeConfigPageWidget", "Ethernet Port"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/atm_switch_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:33 2015
|
||||
# Created: Mon May 4 12:01:30 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_atmSwitchConfigPageWidget:
|
||||
class Ui_atmSwitchConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, atmSwitchConfigPageWidget):
|
||||
atmSwitchConfigPageWidget.setObjectName("atmSwitchConfigPageWidget")
|
||||
@@ -169,7 +170,7 @@ class Ui_atmSwitchConfigPageWidget:
|
||||
atmSwitchConfigPageWidget.setTabOrder(self.uiAddPushButton, self.uiDeletePushButton)
|
||||
|
||||
def retranslateUi(self, atmSwitchConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
atmSwitchConfigPageWidget.setWindowTitle(_translate("atmSwitchConfigPageWidget", "ATM Switch"))
|
||||
self.uiGeneralGroupBox.setTitle(_translate("atmSwitchConfigPageWidget", "General"))
|
||||
self.uiNameLabel.setText(_translate("atmSwitchConfigPageWidget", "Name:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/dynamips_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:33 2015
|
||||
# Created: Mon May 4 12:01:31 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_DynamipsPreferencesPageWidget:
|
||||
class Ui_DynamipsPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, DynamipsPreferencesPageWidget):
|
||||
DynamipsPreferencesPageWidget.setObjectName("DynamipsPreferencesPageWidget")
|
||||
@@ -94,7 +95,7 @@ class Ui_DynamipsPreferencesPageWidget:
|
||||
DynamipsPreferencesPageWidget.setTabOrder(self.uiMmapSupportCheckBox, self.uiSparseMemorySupportCheckBox)
|
||||
|
||||
def retranslateUi(self, DynamipsPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
DynamipsPreferencesPageWidget.setWindowTitle(_translate("DynamipsPreferencesPageWidget", "Dynamips"))
|
||||
self.uiUseLocalServercheckBox.setText(_translate("DynamipsPreferencesPageWidget", "Use the local server"))
|
||||
self.uiDynamipsPathLabel.setText(_translate("DynamipsPreferencesPageWidget", "Path to Dynamips:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/ethernet_hub_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:33 2015
|
||||
# Created: Mon May 4 12:01:31 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_ethernetHubConfigPageWidget:
|
||||
class Ui_ethernetHubConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, ethernetHubConfigPageWidget):
|
||||
ethernetHubConfigPageWidget.setObjectName("ethernetHubConfigPageWidget")
|
||||
@@ -54,7 +55,7 @@ class Ui_ethernetHubConfigPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(ethernetHubConfigPageWidget)
|
||||
|
||||
def retranslateUi(self, ethernetHubConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
ethernetHubConfigPageWidget.setWindowTitle(_translate("ethernetHubConfigPageWidget", "Ethernet hub"))
|
||||
self.uiSettingsGroupBox.setTitle(_translate("ethernetHubConfigPageWidget", "Settings"))
|
||||
self.uiNameLabel.setText(_translate("ethernetHubConfigPageWidget", "Name:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/ethernet_switch_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:33 2015
|
||||
# Created: Mon May 4 12:01:31 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_ethernetSwitchConfigPageWidget:
|
||||
class Ui_ethernetSwitchConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, ethernetSwitchConfigPageWidget):
|
||||
ethernetSwitchConfigPageWidget.setObjectName("ethernetSwitchConfigPageWidget")
|
||||
@@ -110,7 +111,7 @@ class Ui_ethernetSwitchConfigPageWidget:
|
||||
ethernetSwitchConfigPageWidget.setTabOrder(self.uiDeletePushButton, self.uiPortsTreeWidget)
|
||||
|
||||
def retranslateUi(self, ethernetSwitchConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
ethernetSwitchConfigPageWidget.setWindowTitle(_translate("ethernetSwitchConfigPageWidget", "Ethernet switch configuration"))
|
||||
self.uiGeneralGroupBox.setTitle(_translate("ethernetSwitchConfigPageWidget", "General"))
|
||||
self.uiNameLabel.setText(_translate("ethernetSwitchConfigPageWidget", "Name:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/frame_relay_switch_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:33 2015
|
||||
# Created: Mon May 4 12:01:31 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_frameRelaySwitchConfigPageWidget:
|
||||
class Ui_frameRelaySwitchConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, frameRelaySwitchConfigPageWidget):
|
||||
frameRelaySwitchConfigPageWidget.setObjectName("frameRelaySwitchConfigPageWidget")
|
||||
@@ -135,7 +136,7 @@ class Ui_frameRelaySwitchConfigPageWidget:
|
||||
frameRelaySwitchConfigPageWidget.setTabOrder(self.uiAddPushButton, self.uiDeletePushButton)
|
||||
|
||||
def retranslateUi(self, frameRelaySwitchConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
frameRelaySwitchConfigPageWidget.setWindowTitle(_translate("frameRelaySwitchConfigPageWidget", "Frame Relay Switch"))
|
||||
self.uiGeneralGroupBox.setTitle(_translate("frameRelaySwitchConfigPageWidget", "General"))
|
||||
self.uiNameLabel.setText(_translate("frameRelaySwitchConfigPageWidget", "Name:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/ios_router_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:33 2015
|
||||
# Created: Mon May 4 12:01:31 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_iosRouterConfigPageWidget:
|
||||
class Ui_iosRouterConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, iosRouterConfigPageWidget):
|
||||
iosRouterConfigPageWidget.setObjectName("iosRouterConfigPageWidget")
|
||||
@@ -538,7 +539,7 @@ class Ui_iosRouterConfigPageWidget:
|
||||
iosRouterConfigPageWidget.setTabOrder(self.uiBaseMACLineEdit, self.uiExecAreaSpinBox)
|
||||
|
||||
def retranslateUi(self, iosRouterConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
iosRouterConfigPageWidget.setWindowTitle(_translate("iosRouterConfigPageWidget", "Dynamips IOS Router configuration"))
|
||||
self.uiNameLabel.setText(_translate("iosRouterConfigPageWidget", "Name:"))
|
||||
self.uiPlatformLabel.setText(_translate("iosRouterConfigPageWidget", "Platform:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/ios_router_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:34 2015
|
||||
# Created: Mon May 4 12:01:31 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_IOSRouterPreferencesPageWidget:
|
||||
class Ui_IOSRouterPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, IOSRouterPreferencesPageWidget):
|
||||
IOSRouterPreferencesPageWidget.setObjectName("IOSRouterPreferencesPageWidget")
|
||||
@@ -69,7 +70,7 @@ class Ui_IOSRouterPreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(IOSRouterPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, IOSRouterPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
IOSRouterPreferencesPageWidget.setWindowTitle(_translate("IOSRouterPreferencesPageWidget", "IOS routers"))
|
||||
IOSRouterPreferencesPageWidget.setAccessibleName(_translate("IOSRouterPreferencesPageWidget", "IOS router templates"))
|
||||
self.uiIOSRouterInfoTreeWidget.headerItem().setText(0, _translate("IOSRouterPreferencesPageWidget", "1"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/dynamips/ui/ios_router_wizard.ui'
|
||||
#
|
||||
# Created: Fri Apr 24 10:41:48 2015
|
||||
# Created: Mon May 4 12:01:31 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_IOSRouterWizard:
|
||||
class Ui_IOSRouterWizard(object):
|
||||
|
||||
def setupUi(self, IOSRouterWizard):
|
||||
IOSRouterWizard.setObjectName("IOSRouterWizard")
|
||||
@@ -287,7 +288,7 @@ class Ui_IOSRouterWizard:
|
||||
IOSRouterWizard.setTabOrder(self.uiNameLineEdit, self.uiPlatformComboBox)
|
||||
|
||||
def retranslateUi(self, IOSRouterWizard):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
IOSRouterWizard.setWindowTitle(_translate("IOSRouterWizard", "New IOS router template"))
|
||||
self.uiServerWizardPage.setTitle(_translate("IOSRouterWizard", "Server"))
|
||||
self.uiServerWizardPage.setSubTitle(_translate("IOSRouterWizard", "Please choose a server type to run your new IOS router."))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/iou/ui/iou_device_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:34 2015
|
||||
# Created: Mon May 4 12:01:32 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_iouDeviceConfigPageWidget:
|
||||
class Ui_iouDeviceConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, iouDeviceConfigPageWidget):
|
||||
iouDeviceConfigPageWidget.setObjectName("iouDeviceConfigPageWidget")
|
||||
@@ -162,7 +163,7 @@ class Ui_iouDeviceConfigPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(iouDeviceConfigPageWidget)
|
||||
|
||||
def retranslateUi(self, iouDeviceConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
iouDeviceConfigPageWidget.setWindowTitle(_translate("iouDeviceConfigPageWidget", "IOU device configuration"))
|
||||
self.uiGeneralgroupBox.setTitle(_translate("iouDeviceConfigPageWidget", "General"))
|
||||
self.uiNameLabel.setText(_translate("iouDeviceConfigPageWidget", "Name:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/iou/ui/iou_device_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:34 2015
|
||||
# Created: Mon May 4 12:01:32 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_IOUDevicePreferencesPageWidget:
|
||||
class Ui_IOUDevicePreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, IOUDevicePreferencesPageWidget):
|
||||
IOUDevicePreferencesPageWidget.setObjectName("IOUDevicePreferencesPageWidget")
|
||||
@@ -65,7 +66,7 @@ class Ui_IOUDevicePreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(IOUDevicePreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, IOUDevicePreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
IOUDevicePreferencesPageWidget.setWindowTitle(_translate("IOUDevicePreferencesPageWidget", "IOU devices"))
|
||||
IOUDevicePreferencesPageWidget.setAccessibleName(_translate("IOUDevicePreferencesPageWidget", "IOU device templates"))
|
||||
self.uiIOUDeviceInfoTreeWidget.headerItem().setText(0, _translate("IOUDevicePreferencesPageWidget", "1"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/iou/ui/iou_device_wizard.ui'
|
||||
#
|
||||
# Created: Fri Apr 24 10:41:48 2015
|
||||
# Created: Mon May 4 12:01:32 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_IOUDeviceWizard:
|
||||
class Ui_IOUDeviceWizard(object):
|
||||
|
||||
def setupUi(self, IOUDeviceWizard):
|
||||
IOUDeviceWizard.setObjectName("IOUDeviceWizard")
|
||||
@@ -125,7 +126,7 @@ class Ui_IOUDeviceWizard:
|
||||
QtCore.QMetaObject.connectSlotsByName(IOUDeviceWizard)
|
||||
|
||||
def retranslateUi(self, IOUDeviceWizard):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
IOUDeviceWizard.setWindowTitle(_translate("IOUDeviceWizard", "New IOU device template"))
|
||||
self.uiServerWizardPage.setTitle(_translate("IOUDeviceWizard", "Server"))
|
||||
self.uiServerWizardPage.setSubTitle(_translate("IOUDeviceWizard", "Please choose a server type to run your new IOU device."))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/iou/ui/iou_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:34 2015
|
||||
# Created: Mon May 4 12:01:32 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_IOUPreferencesPageWidget:
|
||||
class Ui_IOUPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, IOUPreferencesPageWidget):
|
||||
IOUPreferencesPageWidget.setObjectName("IOUPreferencesPageWidget")
|
||||
@@ -95,7 +96,7 @@ class Ui_IOUPreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(IOUPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, IOUPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
IOUPreferencesPageWidget.setWindowTitle(_translate("IOUPreferencesPageWidget", "IOS on UNIX"))
|
||||
self.uiLocalServerGroupBox.setTitle(_translate("IOUPreferencesPageWidget", "Local server"))
|
||||
self.uiIouyapPathToolButton.setText(_translate("IOUPreferencesPageWidget", "&Browse..."))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/qemu/ui/qemu_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:35 2015
|
||||
# Created: Mon May 4 12:01:32 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_QemuPreferencesPageWidget:
|
||||
class Ui_QemuPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, QemuPreferencesPageWidget):
|
||||
QemuPreferencesPageWidget.setObjectName("QemuPreferencesPageWidget")
|
||||
@@ -46,7 +47,7 @@ class Ui_QemuPreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(QemuPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, QemuPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
QemuPreferencesPageWidget.setWindowTitle(_translate("QemuPreferencesPageWidget", "QEMU"))
|
||||
self.uiUseLocalServercheckBox.setText(_translate("QemuPreferencesPageWidget", "Use the local server"))
|
||||
self.uiTabWidget.setTabText(self.uiTabWidget.indexOf(self.uiServerSettingsTabWidget), _translate("QemuPreferencesPageWidget", "General settings"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/qemu/ui/qemu_vm_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:35 2015
|
||||
# Created: Mon May 4 12:01:32 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_QemuVMConfigPageWidget:
|
||||
class Ui_QemuVMConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, QemuVMConfigPageWidget):
|
||||
QemuVMConfigPageWidget.setObjectName("QemuVMConfigPageWidget")
|
||||
@@ -244,7 +245,7 @@ class Ui_QemuVMConfigPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(QemuVMConfigPageWidget)
|
||||
|
||||
def retranslateUi(self, QemuVMConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
QemuVMConfigPageWidget.setWindowTitle(_translate("QemuVMConfigPageWidget", "QEMU VM configuration"))
|
||||
self.uiQemuListLabel.setText(_translate("QemuVMConfigPageWidget", "Qemu binary:"))
|
||||
self.uiConsolePortLabel.setText(_translate("QemuVMConfigPageWidget", "Console port:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/qemu/ui/qemu_vm_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:35 2015
|
||||
# Created: Mon May 4 12:01:32 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_QemuVMPreferencesPageWidget:
|
||||
class Ui_QemuVMPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, QemuVMPreferencesPageWidget):
|
||||
QemuVMPreferencesPageWidget.setObjectName("QemuVMPreferencesPageWidget")
|
||||
@@ -66,7 +67,7 @@ class Ui_QemuVMPreferencesPageWidget:
|
||||
QemuVMPreferencesPageWidget.setTabOrder(self.uiNewQemuVMPushButton, self.uiDeleteQemuVMPushButton)
|
||||
|
||||
def retranslateUi(self, QemuVMPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
QemuVMPreferencesPageWidget.setWindowTitle(_translate("QemuVMPreferencesPageWidget", "QEMU VMs"))
|
||||
QemuVMPreferencesPageWidget.setAccessibleName(_translate("QemuVMPreferencesPageWidget", "QEMU VM templates"))
|
||||
self.uiQemuVMInfoTreeWidget.headerItem().setText(0, _translate("QemuVMPreferencesPageWidget", "1"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/qemu/ui/qemu_vm_wizard.ui'
|
||||
#
|
||||
# Created: Fri Apr 24 10:41:48 2015
|
||||
# Created: Mon May 4 12:01:33 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_QemuVMWizard:
|
||||
class Ui_QemuVMWizard(object):
|
||||
|
||||
def setupUi(self, QemuVMWizard):
|
||||
QemuVMWizard.setObjectName("QemuVMWizard")
|
||||
@@ -246,7 +247,7 @@ class Ui_QemuVMWizard:
|
||||
QemuVMWizard.setTabOrder(self.uiHdaDiskImageLineEdit, self.uiHdaDiskImageToolButton)
|
||||
|
||||
def retranslateUi(self, QemuVMWizard):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
QemuVMWizard.setWindowTitle(_translate("QemuVMWizard", "New QEMU VM template"))
|
||||
self.uiServerWizardPage.setTitle(_translate("QemuVMWizard", "Server"))
|
||||
self.uiServerWizardPage.setSubTitle(_translate("QemuVMWizard", "Please choose a server type to run your new QEMU VM."))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/virtualbox/ui/virtualbox_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:35 2015
|
||||
# Created: Mon May 4 12:01:33 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VirtualBoxPreferencesPageWidget:
|
||||
class Ui_VirtualBoxPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, VirtualBoxPreferencesPageWidget):
|
||||
VirtualBoxPreferencesPageWidget.setObjectName("VirtualBoxPreferencesPageWidget")
|
||||
@@ -75,7 +76,7 @@ class Ui_VirtualBoxPreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(VirtualBoxPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, VirtualBoxPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VirtualBoxPreferencesPageWidget.setWindowTitle(_translate("VirtualBoxPreferencesPageWidget", "VirtualBox"))
|
||||
self.uiUseLocalServercheckBox.setText(_translate("VirtualBoxPreferencesPageWidget", "Use the local server"))
|
||||
self.uiVboxManagePathLabel.setText(_translate("VirtualBoxPreferencesPageWidget", "Path to VBoxManage:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/virtualbox/ui/virtualbox_vm_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:35 2015
|
||||
# Created: Mon May 4 12:01:33 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_virtualBoxVMConfigPageWidget:
|
||||
class Ui_virtualBoxVMConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, virtualBoxVMConfigPageWidget):
|
||||
virtualBoxVMConfigPageWidget.setObjectName("virtualBoxVMConfigPageWidget")
|
||||
@@ -109,7 +110,7 @@ class Ui_virtualBoxVMConfigPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(virtualBoxVMConfigPageWidget)
|
||||
|
||||
def retranslateUi(self, virtualBoxVMConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
virtualBoxVMConfigPageWidget.setWindowTitle(_translate("virtualBoxVMConfigPageWidget", "VirtualBox VM configuration"))
|
||||
self.uiNameLabel.setText(_translate("virtualBoxVMConfigPageWidget", "Name:"))
|
||||
self.uiVMListLabel.setText(_translate("virtualBoxVMConfigPageWidget", "VM name:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/virtualbox/ui/virtualbox_vm_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:36 2015
|
||||
# Created: Mon May 4 12:01:33 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VirtualBoxVMPreferencesPageWidget:
|
||||
class Ui_VirtualBoxVMPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, VirtualBoxVMPreferencesPageWidget):
|
||||
VirtualBoxVMPreferencesPageWidget.setObjectName("VirtualBoxVMPreferencesPageWidget")
|
||||
@@ -66,7 +67,7 @@ class Ui_VirtualBoxVMPreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(VirtualBoxVMPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, VirtualBoxVMPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VirtualBoxVMPreferencesPageWidget.setWindowTitle(_translate("VirtualBoxVMPreferencesPageWidget", "VirtualBox VMs"))
|
||||
VirtualBoxVMPreferencesPageWidget.setAccessibleName(_translate("VirtualBoxVMPreferencesPageWidget", "VirtualBox VM templates"))
|
||||
self.uiNewVirtualBoxVMPushButton.setText(_translate("VirtualBoxVMPreferencesPageWidget", "&New"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/virtualbox/ui/virtualbox_vm_wizard.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:36 2015
|
||||
# Created: Mon May 4 12:01:33 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VirtualBoxVMWizard:
|
||||
class Ui_VirtualBoxVMWizard(object):
|
||||
|
||||
def setupUi(self, VirtualBoxVMWizard):
|
||||
VirtualBoxVMWizard.setObjectName("VirtualBoxVMWizard")
|
||||
@@ -80,7 +81,7 @@ class Ui_VirtualBoxVMWizard:
|
||||
QtCore.QMetaObject.connectSlotsByName(VirtualBoxVMWizard)
|
||||
|
||||
def retranslateUi(self, VirtualBoxVMWizard):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VirtualBoxVMWizard.setWindowTitle(_translate("VirtualBoxVMWizard", "New VirtualBox VM template"))
|
||||
self.uiServerWizardPage.setTitle(_translate("VirtualBoxVMWizard", "Server"))
|
||||
self.uiServerWizardPage.setSubTitle(_translate("VirtualBoxVMWizard", "Please choose a server type to run your new VirtualBox VM."))
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file '/home/grossmj/PycharmProjects/gns3-gui/gns3/modules/vmware/ui/vmware_preferences_page.ui'
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/vmware/ui/vmware_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri May 1 18:17:41 2015
|
||||
# by: PyQt5 UI code generator 5.2.1
|
||||
# Created: Mon May 4 12:01:33 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VMwarePreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, VMwarePreferencesPageWidget):
|
||||
VMwarePreferencesPageWidget.setObjectName("VMwarePreferencesPageWidget")
|
||||
VMwarePreferencesPageWidget.resize(430, 490)
|
||||
@@ -68,7 +71,7 @@ class Ui_VMwarePreferencesPageWidget(object):
|
||||
QtCore.QMetaObject.connectSlotsByName(VMwarePreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, VMwarePreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VMwarePreferencesPageWidget.setWindowTitle(_translate("VMwarePreferencesPageWidget", "VMware"))
|
||||
self.uiVmrunPathLabel.setText(_translate("VMwarePreferencesPageWidget", "Path to vmrun:"))
|
||||
self.uiHostTypeLabel.setText(_translate("VMwarePreferencesPageWidget", "Host type:"))
|
||||
@@ -76,4 +79,3 @@ class Ui_VMwarePreferencesPageWidget(object):
|
||||
self.uiVmrunPathToolButton.setText(_translate("VMwarePreferencesPageWidget", "&Browse..."))
|
||||
self.uiTabWidget.setTabText(self.uiTabWidget.indexOf(self.uiGeneralSettingsTabWidget), _translate("VMwarePreferencesPageWidget", "General settings"))
|
||||
self.uiRestoreDefaultsPushButton.setText(_translate("VMwarePreferencesPageWidget", "Restore defaults"))
|
||||
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file '/home/grossmj/PycharmProjects/gns3-gui/gns3/modules/vmware/ui/vmware_vm_configuration_page.ui'
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/vmware/ui/vmware_vm_configuration_page.ui'
|
||||
#
|
||||
# Created: Thu Apr 30 18:09:36 2015
|
||||
# by: PyQt5 UI code generator 5.2.1
|
||||
# Created: Mon May 4 12:01:33 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VMwareVMConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, VMwareVMConfigPageWidget):
|
||||
VMwareVMConfigPageWidget.setObjectName("VMwareVMConfigPageWidget")
|
||||
VMwareVMConfigPageWidget.resize(509, 346)
|
||||
@@ -81,7 +84,7 @@ class Ui_VMwareVMConfigPageWidget(object):
|
||||
QtCore.QMetaObject.connectSlotsByName(VMwareVMConfigPageWidget)
|
||||
|
||||
def retranslateUi(self, VMwareVMConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VMwareVMConfigPageWidget.setWindowTitle(_translate("VMwareVMConfigPageWidget", "VMware VM configuration"))
|
||||
self.uiNameLabel.setText(_translate("VMwareVMConfigPageWidget", "Name:"))
|
||||
self.uiConsolePortLabel.setText(_translate("VMwareVMConfigPageWidget", "Console port:"))
|
||||
@@ -92,4 +95,3 @@ class Ui_VMwareVMConfigPageWidget(object):
|
||||
self.uiAdaptersLabel.setText(_translate("VMwareVMConfigPageWidget", "Adapters:"))
|
||||
self.label.setText(_translate("VMwareVMConfigPageWidget", "Type:"))
|
||||
self.uiTabWidget.setTabText(self.uiTabWidget.indexOf(self.tab_2), _translate("VMwareVMConfigPageWidget", "Network"))
|
||||
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file '/home/grossmj/PycharmProjects/gns3-gui/gns3/modules/vmware/ui/vmware_vm_preferences_page.ui'
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/vmware/ui/vmware_vm_preferences_page.ui'
|
||||
#
|
||||
# Created: Thu Apr 30 17:58:09 2015
|
||||
# by: PyQt5 UI code generator 5.2.1
|
||||
# Created: Mon May 4 12:01:33 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VMwareVMPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, VMwareVMPreferencesPageWidget):
|
||||
VMwareVMPreferencesPageWidget.setObjectName("VMwareVMPreferencesPageWidget")
|
||||
VMwareVMPreferencesPageWidget.resize(499, 546)
|
||||
@@ -64,7 +67,7 @@ class Ui_VMwareVMPreferencesPageWidget(object):
|
||||
QtCore.QMetaObject.connectSlotsByName(VMwareVMPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, VMwareVMPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VMwareVMPreferencesPageWidget.setWindowTitle(_translate("VMwareVMPreferencesPageWidget", "VMware VMs"))
|
||||
VMwareVMPreferencesPageWidget.setAccessibleName(_translate("VMwareVMPreferencesPageWidget", "VirtualBox VM templates"))
|
||||
self.uiNewVMwareVMPushButton.setText(_translate("VMwareVMPreferencesPageWidget", "&New"))
|
||||
@@ -72,4 +75,3 @@ class Ui_VMwareVMPreferencesPageWidget(object):
|
||||
self.uiDeleteVMwareVMPushButton.setText(_translate("VMwareVMPreferencesPageWidget", "&Delete"))
|
||||
self.uiVMwareVMInfoTreeWidget.headerItem().setText(0, _translate("VMwareVMPreferencesPageWidget", "1"))
|
||||
self.uiVMwareVMInfoTreeWidget.headerItem().setText(1, _translate("VMwareVMPreferencesPageWidget", "2"))
|
||||
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file '/home/grossmj/PycharmProjects/gns3-gui/gns3/modules/vmware/ui/vmware_vm_wizard.ui'
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/vmware/ui/vmware_vm_wizard.ui'
|
||||
#
|
||||
# Created: Thu Apr 30 17:19:45 2015
|
||||
# by: PyQt5 UI code generator 5.2.1
|
||||
# Created: Mon May 4 12:01:34 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VMwareVMWizard(object):
|
||||
|
||||
def setupUi(self, VMwareVMWizard):
|
||||
VMwareVMWizard.setObjectName("VMwareVMWizard")
|
||||
VMwareVMWizard.resize(514, 367)
|
||||
@@ -78,7 +81,7 @@ class Ui_VMwareVMWizard(object):
|
||||
QtCore.QMetaObject.connectSlotsByName(VMwareVMWizard)
|
||||
|
||||
def retranslateUi(self, VMwareVMWizard):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VMwareVMWizard.setWindowTitle(_translate("VMwareVMWizard", "New VMware VM template"))
|
||||
self.uiServerWizardPage.setTitle(_translate("VMwareVMWizard", "Server"))
|
||||
self.uiServerWizardPage.setSubTitle(_translate("VMwareVMWizard", "Please choose a server type to run your new VMware VM."))
|
||||
@@ -92,4 +95,3 @@ class Ui_VMwareVMWizard(object):
|
||||
self.uiVirtualBoxWizardPage.setSubTitle(_translate("VMwareVMWizard", "Please choose a VMware virtual machine from the list."))
|
||||
self.uiVMListLabel.setText(_translate("VMwareVMWizard", "VM list:"))
|
||||
self.uiBaseVMCheckBox.setText(_translate("VMwareVMWizard", "Use as a linked base VM (experimental)"))
|
||||
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/vpcs/ui/vpcs_device_configuration_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:36 2015
|
||||
# Created: Mon May 4 12:01:34 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VPCSDeviceConfigPageWidget:
|
||||
class Ui_VPCSDeviceConfigPageWidget(object):
|
||||
|
||||
def setupUi(self, VPCSDeviceConfigPageWidget):
|
||||
VPCSDeviceConfigPageWidget.setObjectName("VPCSDeviceConfigPageWidget")
|
||||
@@ -37,7 +38,7 @@ class Ui_VPCSDeviceConfigPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(VPCSDeviceConfigPageWidget)
|
||||
|
||||
def retranslateUi(self, VPCSDeviceConfigPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VPCSDeviceConfigPageWidget.setWindowTitle(_translate("VPCSDeviceConfigPageWidget", "VPCS device configuration"))
|
||||
self.uiNameLabel.setText(_translate("VPCSDeviceConfigPageWidget", "Name:"))
|
||||
self.uiConsolePortLabel.setText(_translate("VPCSDeviceConfigPageWidget", "Console port:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/modules/vpcs/ui/vpcs_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:36 2015
|
||||
# Created: Mon May 4 12:01:34 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_VPCSPreferencesPageWidget:
|
||||
class Ui_VPCSPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, VPCSPreferencesPageWidget):
|
||||
VPCSPreferencesPageWidget.setObjectName("VPCSPreferencesPageWidget")
|
||||
@@ -89,7 +90,7 @@ class Ui_VPCSPreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(VPCSPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, VPCSPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
VPCSPreferencesPageWidget.setWindowTitle(_translate("VPCSPreferencesPageWidget", "VPCS"))
|
||||
self.uiUseLocalServercheckBox.setText(_translate("VPCSPreferencesPageWidget", "Use the local server"))
|
||||
self.uiVPCSPathLabel.setText(_translate("VPCSPreferencesPageWidget", "Path to VPCS:"))
|
||||
|
||||
@@ -70,6 +70,9 @@ if DEFAULT_BINDING == 'PyQt5':
|
||||
QtCore.Property = QtCore.pyqtProperty
|
||||
QtCore.BINDING_VERSION_STR = QtCore.PYQT_VERSION_STR
|
||||
|
||||
def translate(*args):
|
||||
return QtCore.QCoreApplication.translate(*args)
|
||||
|
||||
elif DEFAULT_BINDING == 'PyQt4':
|
||||
|
||||
sip.setapi('QDate', 2)
|
||||
@@ -120,6 +123,11 @@ elif DEFAULT_BINDING == 'PyQt4':
|
||||
|
||||
QtWidgets.QFileDialog = QFileDialog
|
||||
|
||||
# Translate not working well when reading a PyQT5 ui file (unicode issues)
|
||||
# we turn off translation for PyQT4
|
||||
def translate(*args):
|
||||
return ''.join(args[-1:])
|
||||
|
||||
# If we run from a test we replace the signal by a synchronous version
|
||||
if hasattr(sys, '_called_from_test'):
|
||||
class FakeQtSignal:
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/about_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:29 2015
|
||||
# Created: Mon May 4 12:01:28 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_AboutDialog:
|
||||
class Ui_AboutDialog(object):
|
||||
|
||||
def setupUi(self, AboutDialog):
|
||||
AboutDialog.setObjectName("AboutDialog")
|
||||
@@ -82,7 +83,7 @@ class Ui_AboutDialog:
|
||||
AboutDialog.setTabOrder(self.uiThanksPlainTextEdit, self.uiLicensePlainTextEdit)
|
||||
|
||||
def retranslateUi(self, AboutDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
AboutDialog.setWindowTitle(_translate("AboutDialog", "About"))
|
||||
self.uiAboutTextLabel.setText(_translate("AboutDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
||||
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/cloud_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:30 2015
|
||||
# Created: Mon May 4 12:01:28 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_CloudPreferencesPageWidget:
|
||||
class Ui_CloudPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, CloudPreferencesPageWidget):
|
||||
CloudPreferencesPageWidget.setObjectName("CloudPreferencesPageWidget")
|
||||
@@ -122,7 +123,7 @@ class Ui_CloudPreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(CloudPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, CloudPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
CloudPreferencesPageWidget.setWindowTitle(_translate("CloudPreferencesPageWidget", "Cloud"))
|
||||
self.uiImageTemplateLabel.setText(_translate("CloudPreferencesPageWidget", "New instances use the following template:"))
|
||||
self.uiNewInstancesLabel.setText(_translate("CloudPreferencesPageWidget", "New instances are:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/configuration_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:30 2015
|
||||
# Created: Mon May 4 12:01:28 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_configurationDialog:
|
||||
class Ui_configurationDialog(object):
|
||||
|
||||
def setupUi(self, configurationDialog):
|
||||
configurationDialog.setObjectName("configurationDialog")
|
||||
@@ -65,7 +66,7 @@ class Ui_configurationDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(configurationDialog)
|
||||
|
||||
def retranslateUi(self, configurationDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
configurationDialog.setWindowTitle(_translate("configurationDialog", "Configuration"))
|
||||
self.uiTitleLabel.setText(_translate("configurationDialog", "Configuration"))
|
||||
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/exec_command_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:30 2015
|
||||
# Created: Mon May 4 12:01:28 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_ExecCommandDialog:
|
||||
class Ui_ExecCommandDialog(object):
|
||||
|
||||
def setupUi(self, ExecCommandDialog):
|
||||
ExecCommandDialog.setObjectName("ExecCommandDialog")
|
||||
@@ -33,7 +34,7 @@ class Ui_ExecCommandDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(ExecCommandDialog)
|
||||
|
||||
def retranslateUi(self, ExecCommandDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
ExecCommandDialog.setWindowTitle(_translate("ExecCommandDialog", "Command execution"))
|
||||
|
||||
from . import resources_rc
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/general_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:30 2015
|
||||
# Created: Mon May 4 12:01:28 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_GeneralPreferencesPageWidget:
|
||||
class Ui_GeneralPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, GeneralPreferencesPageWidget):
|
||||
GeneralPreferencesPageWidget.setObjectName("GeneralPreferencesPageWidget")
|
||||
@@ -290,7 +291,7 @@ class Ui_GeneralPreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(GeneralPreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, GeneralPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
GeneralPreferencesPageWidget.setWindowTitle(_translate("GeneralPreferencesPageWidget", "General"))
|
||||
self.uiStyleGroupBox.setTitle(_translate("GeneralPreferencesPageWidget", "Style"))
|
||||
self.uiLocalPathsGroupBox.setTitle(_translate("GeneralPreferencesPageWidget", "Local paths"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/getting_started_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:30 2015
|
||||
# Created: Mon May 4 12:01:28 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_GettingStartedDialog:
|
||||
class Ui_GettingStartedDialog(object):
|
||||
|
||||
def setupUi(self, GettingStartedDialog):
|
||||
GettingStartedDialog.setObjectName("GettingStartedDialog")
|
||||
@@ -46,8 +47,9 @@ class Ui_GettingStartedDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(GettingStartedDialog)
|
||||
|
||||
def retranslateUi(self, GettingStartedDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
GettingStartedDialog.setWindowTitle(_translate("GettingStartedDialog", "Getting started"))
|
||||
self.uiCheckBox.setText(_translate("GettingStartedDialog", "Don\'t show this again"))
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtWebKitWidgets
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/idlepc_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:30 2015
|
||||
# Created: Mon May 4 12:01:28 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_IdlePCDialog:
|
||||
class Ui_IdlePCDialog(object):
|
||||
|
||||
def setupUi(self, IdlePCDialog):
|
||||
IdlePCDialog.setObjectName("IdlePCDialog")
|
||||
@@ -36,6 +37,6 @@ class Ui_IdlePCDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(IdlePCDialog)
|
||||
|
||||
def retranslateUi(self, IdlePCDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
IdlePCDialog.setWindowTitle(_translate("IdlePCDialog", "Idle-PC values"))
|
||||
self.uiLabel.setText(_translate("IdlePCDialog", "Potentially better Idle-PC values are marked with \'*\'"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/import_cloud_project_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:30 2015
|
||||
# Created: Mon May 4 12:01:29 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_ImportCloudProjectDialog:
|
||||
class Ui_ImportCloudProjectDialog(object):
|
||||
|
||||
def setupUi(self, ImportCloudProjectDialog):
|
||||
ImportCloudProjectDialog.setObjectName("ImportCloudProjectDialog")
|
||||
@@ -34,7 +35,7 @@ class Ui_ImportCloudProjectDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(ImportCloudProjectDialog)
|
||||
|
||||
def retranslateUi(self, ImportCloudProjectDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
ImportCloudProjectDialog.setWindowTitle(_translate("ImportCloudProjectDialog", "Dialog"))
|
||||
self.uiImportProjectAction.setText(_translate("ImportCloudProjectDialog", "Import"))
|
||||
self.uiDeleteProjectAction.setText(_translate("ImportCloudProjectDialog", "Delete"))
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Form implementation generated from reading ui file '/home/grossmj/PycharmProjects/gns3-gui/gns3/ui/main_window.ui'
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/main_window.ui'
|
||||
#
|
||||
# Created: Thu Apr 23 14:43:31 2015
|
||||
# by: PyQt5 UI code generator 5.2.1
|
||||
# Created: Mon May 4 12:01:29 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_MainWindow:
|
||||
class Ui_MainWindow(object):
|
||||
|
||||
def setupUi(self, MainWindow):
|
||||
MainWindow.setObjectName("MainWindow")
|
||||
@@ -367,8 +368,8 @@ class Ui_MainWindow:
|
||||
self.uiAddLinkAction = QtWidgets.QAction(MainWindow)
|
||||
self.uiAddLinkAction.setCheckable(True)
|
||||
icon29 = QtGui.QIcon()
|
||||
icon29.addPixmap(QtGui.QPixmap(":/icons/cancel-connection.svg"), QtGui.QIcon.Normal, QtGui.QIcon.On)
|
||||
icon29.addPixmap(QtGui.QPixmap(":/icons/cancel-connection.svg"), QtGui.QIcon.Active, QtGui.QIcon.On)
|
||||
icon29.addPixmap(QtGui.QPixmap(":/icons/cancel-connection.svg"), QtGui.QIcon.Normal, QtGui.QIcon.On)
|
||||
icon29.addPixmap(QtGui.QPixmap(":/icons/connection-new-hover.svg"), QtGui.QIcon.Active, QtGui.QIcon.Off)
|
||||
icon29.addPixmap(QtGui.QPixmap(":/icons/connection-new.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
self.uiAddLinkAction.setIcon(icon29)
|
||||
@@ -492,7 +493,7 @@ class Ui_MainWindow:
|
||||
MainWindow.setTabOrder(self.uiConsoleTextEdit, self.uiTopologySummaryTreeWidget)
|
||||
|
||||
def retranslateUi(self, MainWindow):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
self.uiEditMenu.setTitle(_translate("MainWindow", "&Edit"))
|
||||
self.uiFileMenu.setTitle(_translate("MainWindow", "&File"))
|
||||
self.uiHelpMenu.setTitle(_translate("MainWindow", "&Help"))
|
||||
@@ -649,7 +650,7 @@ class Ui_MainWindow:
|
||||
self.uiVPCSAction.setText(_translate("MainWindow", "&VPCS multi-host"))
|
||||
|
||||
from ..nodes_view import NodesView
|
||||
from ..graphics_view import GraphicsView
|
||||
from ..topology_summary_view import TopologySummaryView
|
||||
from ..graphics_view import GraphicsView
|
||||
from ..console_view import ConsoleView
|
||||
from . import resources_rc
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/new_project_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:31 2015
|
||||
# Created: Mon May 4 12:01:29 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_NewProjectDialog:
|
||||
class Ui_NewProjectDialog(object):
|
||||
|
||||
def setupUi(self, NewProjectDialog):
|
||||
NewProjectDialog.setObjectName("NewProjectDialog")
|
||||
@@ -92,7 +93,7 @@ class Ui_NewProjectDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(NewProjectDialog)
|
||||
|
||||
def retranslateUi(self, NewProjectDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
NewProjectDialog.setWindowTitle(_translate("NewProjectDialog", "New project"))
|
||||
self.uiProjectGroupBox.setTitle(_translate("NewProjectDialog", "Project"))
|
||||
self.uiNameLabel.setText(_translate("NewProjectDialog", "Name:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/news_dock_widget.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:31 2015
|
||||
# Created: Mon May 4 12:01:29 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_NewsDockWidget:
|
||||
class Ui_NewsDockWidget(object):
|
||||
|
||||
def setupUi(self, NewsDockWidget):
|
||||
NewsDockWidget.setObjectName("NewsDockWidget")
|
||||
@@ -37,7 +38,8 @@ class Ui_NewsDockWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(NewsDockWidget)
|
||||
|
||||
def retranslateUi(self, NewsDockWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
NewsDockWidget.setWindowTitle(_translate("NewsDockWidget", "Jungle Newsfeed"))
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtWebKitWidgets
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/node_configurator_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:31 2015
|
||||
# Created: Mon May 4 12:01:29 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_NodeConfiguratorDialog:
|
||||
class Ui_NodeConfiguratorDialog(object):
|
||||
|
||||
def setupUi(self, NodeConfiguratorDialog):
|
||||
NodeConfiguratorDialog.setObjectName("NodeConfiguratorDialog")
|
||||
@@ -80,7 +81,7 @@ class Ui_NodeConfiguratorDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(NodeConfiguratorDialog)
|
||||
|
||||
def retranslateUi(self, NodeConfiguratorDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
NodeConfiguratorDialog.setWindowTitle(_translate("NodeConfiguratorDialog", "Node configurator"))
|
||||
self.uiNodesTreeWidget.headerItem().setText(0, _translate("NodeConfiguratorDialog", "Nodes"))
|
||||
self.uiTitleLabel.setText(_translate("NodeConfiguratorDialog", "Node Configuration"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/packet_capture_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:31 2015
|
||||
# Created: Mon May 4 12:01:29 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_PacketCapturePreferencesPageWidget:
|
||||
class Ui_PacketCapturePreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, PacketCapturePreferencesPageWidget):
|
||||
PacketCapturePreferencesPageWidget.setObjectName("PacketCapturePreferencesPageWidget")
|
||||
@@ -66,7 +67,7 @@ class Ui_PacketCapturePreferencesPageWidget:
|
||||
QtCore.QMetaObject.connectSlotsByName(PacketCapturePreferencesPageWidget)
|
||||
|
||||
def retranslateUi(self, PacketCapturePreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
PacketCapturePreferencesPageWidget.setWindowTitle(_translate("PacketCapturePreferencesPageWidget", "Packet capture"))
|
||||
self.uiSettingsGroupBox.setTitle(_translate("PacketCapturePreferencesPageWidget", "Settings"))
|
||||
self.uiCaptureAnalyzerCommandLabel.setText(_translate("PacketCapturePreferencesPageWidget", "Packet capture analyzer command:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/preferences_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:31 2015
|
||||
# Created: Mon May 4 12:01:29 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_PreferencesDialog:
|
||||
class Ui_PreferencesDialog(object):
|
||||
|
||||
def setupUi(self, PreferencesDialog):
|
||||
PreferencesDialog.setObjectName("PreferencesDialog")
|
||||
@@ -88,7 +89,7 @@ class Ui_PreferencesDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(PreferencesDialog)
|
||||
|
||||
def retranslateUi(self, PreferencesDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
PreferencesDialog.setWindowTitle(_translate("PreferencesDialog", "Preferences"))
|
||||
|
||||
from . import resources_rc
|
||||
|
||||
352051
gns3/ui/resources_rc.py
352051
gns3/ui/resources_rc.py
File diff suppressed because it is too large
Load Diff
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/server_preferences_page.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:31 2015
|
||||
# Created: Mon May 4 12:01:30 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_ServerPreferencesPageWidget:
|
||||
class Ui_ServerPreferencesPageWidget(object):
|
||||
|
||||
def setupUi(self, ServerPreferencesPageWidget):
|
||||
ServerPreferencesPageWidget.setObjectName("ServerPreferencesPageWidget")
|
||||
@@ -165,7 +166,7 @@ class Ui_ServerPreferencesPageWidget:
|
||||
ServerPreferencesPageWidget.setTabOrder(self.uiLocalServerPortSpinBox, self.uiRemoteServerPortSpinBox)
|
||||
|
||||
def retranslateUi(self, ServerPreferencesPageWidget):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
ServerPreferencesPageWidget.setWindowTitle(_translate("ServerPreferencesPageWidget", "Server"))
|
||||
self.uiLocalServerAutoStartCheckBox.setText(_translate("ServerPreferencesPageWidget", "Enable local server"))
|
||||
self.uiGeneralSettingsGroupBox.setTitle(_translate("ServerPreferencesPageWidget", "General settings"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/snapshots_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:32 2015
|
||||
# Created: Mon May 4 12:01:30 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_SnapshotsDialog:
|
||||
class Ui_SnapshotsDialog(object):
|
||||
|
||||
def setupUi(self, SnapshotsDialog):
|
||||
SnapshotsDialog.setObjectName("SnapshotsDialog")
|
||||
@@ -44,7 +45,7 @@ class Ui_SnapshotsDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(SnapshotsDialog)
|
||||
|
||||
def retranslateUi(self, SnapshotsDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
SnapshotsDialog.setWindowTitle(_translate("SnapshotsDialog", "Snapshots"))
|
||||
self.uiCreatePushButton.setText(_translate("SnapshotsDialog", "&Create"))
|
||||
self.uiRestorePushButton.setText(_translate("SnapshotsDialog", "&Restore"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/style_editor_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:32 2015
|
||||
# Created: Mon May 4 12:01:30 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_StyleEditorDialog:
|
||||
class Ui_StyleEditorDialog(object):
|
||||
|
||||
def setupUi(self, StyleEditorDialog):
|
||||
StyleEditorDialog.setObjectName("StyleEditorDialog")
|
||||
@@ -79,7 +80,7 @@ class Ui_StyleEditorDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(StyleEditorDialog)
|
||||
|
||||
def retranslateUi(self, StyleEditorDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
StyleEditorDialog.setWindowTitle(_translate("StyleEditorDialog", "Style editor"))
|
||||
self.uiStyleSettingsGroupBox.setTitle(_translate("StyleEditorDialog", "Style settings"))
|
||||
self.uiColorLabel.setText(_translate("StyleEditorDialog", "Fill color:"))
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/symbol_selection_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:32 2015
|
||||
# Created: Mon May 4 12:01:30 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_SymbolSelectionDialog:
|
||||
class Ui_SymbolSelectionDialog(object):
|
||||
|
||||
def setupUi(self, SymbolSelectionDialog):
|
||||
SymbolSelectionDialog.setObjectName("SymbolSelectionDialog")
|
||||
@@ -50,7 +51,7 @@ class Ui_SymbolSelectionDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(SymbolSelectionDialog)
|
||||
|
||||
def retranslateUi(self, SymbolSelectionDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
SymbolSelectionDialog.setWindowTitle(_translate("SymbolSelectionDialog", "Symbol selection"))
|
||||
self.uiCategoryLabel.setText(_translate("SymbolSelectionDialog", "Category:"))
|
||||
|
||||
|
||||
@@ -2,15 +2,16 @@
|
||||
|
||||
# Form implementation generated from reading ui file '/Users/noplay/code/gns3/gns3-gui/gns3/ui/text_editor_dialog.ui'
|
||||
#
|
||||
# Created: Fri Apr 17 10:44:32 2015
|
||||
# Created: Mon May 4 12:01:30 2015
|
||||
# by: PyQt5 UI code generator 5.4
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
import gns3.qt
|
||||
from gns3.qt import QtCore, QtGui, QtWidgets
|
||||
|
||||
|
||||
class Ui_TextEditorDialog:
|
||||
class Ui_TextEditorDialog(object):
|
||||
|
||||
def setupUi(self, TextEditorDialog):
|
||||
TextEditorDialog.setObjectName("TextEditorDialog")
|
||||
@@ -71,7 +72,7 @@ class Ui_TextEditorDialog:
|
||||
QtCore.QMetaObject.connectSlotsByName(TextEditorDialog)
|
||||
|
||||
def retranslateUi(self, TextEditorDialog):
|
||||
_translate = QtCore.QCoreApplication.translate
|
||||
_translate = gns3.qt.translate
|
||||
TextEditorDialog.setWindowTitle(_translate("TextEditorDialog", "Text editor"))
|
||||
self.uiTextSettingsGroupBox.setTitle(_translate("TextEditorDialog", "Text settings"))
|
||||
self.uiColorLabel.setText(_translate("TextEditorDialog", "Color:"))
|
||||
|
||||
@@ -81,7 +81,9 @@ def patch_file_qt4_5(target):
|
||||
print("Patch {} for Qt4 and Qt5 support".format(target))
|
||||
with open(target) as f:
|
||||
for line in f.readlines():
|
||||
out += re.sub(r"^from PyQt[45] ", "from gns3.qt ", line)
|
||||
line = re.sub(r"^from PyQt[45] ", "import gns3.qt\nfrom gns3.qt ", line)
|
||||
line = re.sub(r"_translate = QtCore\.QCoreApplication\.translate", "_translate = gns3.qt.translate", line)
|
||||
out += line
|
||||
with open(target, 'w') as f:
|
||||
f.write(out)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user