-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcamera_list.py
More file actions
executable file
·30 lines (24 loc) · 1016 Bytes
/
camera_list.py
File metadata and controls
executable file
·30 lines (24 loc) · 1016 Bytes
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
28
29
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'camera_list.ui'
#
# Created by: PyQt5 UI code generator 5.9.2
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_CameraList(object):
def setupUi(self, CameraList):
CameraList.setObjectName("CameraList")
CameraList.resize(329, 206)
font = QtGui.QFont()
font.setPointSize(9)
CameraList.setFont(font)
self.verticalLayout = QtWidgets.QVBoxLayout(CameraList)
self.verticalLayout.setObjectName("verticalLayout")
self.grid = QtWidgets.QGridLayout()
self.grid.setObjectName("grid")
self.verticalLayout.addLayout(self.grid)
self.retranslateUi(CameraList)
QtCore.QMetaObject.connectSlotsByName(CameraList)
def retranslateUi(self, CameraList):
_translate = QtCore.QCoreApplication.translate
CameraList.setWindowTitle(_translate("CameraList", "カメラの選択"))