質問編集履歴
1
import追加
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -7,6 +7,21 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
            ③exshow起動時には、プログレスバーのあるrootウインドウを消したい
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
9 
     | 
    
         
             
            ```
         
     | 
| 
      
 10 
     | 
    
         
            +
            from PyQt5.QtWidgets import QApplication,QDialog
         
     | 
| 
      
 11 
     | 
    
         
            +
            from PyQt5 import QtCore, QtGui, QtWidgets
         
     | 
| 
      
 12 
     | 
    
         
            +
            from PyQt5.QtCore import Qt
         
     | 
| 
      
 13 
     | 
    
         
            +
            from PyQt5.QtWidgets import QMainWindow, QApplication, QWidget, QAction, QTableWidget,QTableWidgetItem,QVBoxLayout,QCheckBox,QHBoxLayout,QPushButton,QLabel,QLineEdit,QGridLayout
         
     | 
| 
      
 14 
     | 
    
         
            +
            from PyQt5.QtGui import QIcon
         
     | 
| 
      
 15 
     | 
    
         
            +
            from PyQt5 import QtGui
         
     | 
| 
      
 16 
     | 
    
         
            +
            from PyQt5.QtCore import pyqtSlot
         
     | 
| 
      
 17 
     | 
    
         
            +
            from PyQt5 import QtCore
         
     | 
| 
      
 18 
     | 
    
         
            +
            import sys
         
     | 
| 
      
 19 
     | 
    
         
            +
            from PyQt5.QtWidgets import QMessageBox
         
     | 
| 
      
 20 
     | 
    
         
            +
            from PyQt5.QtGui import QPixmap
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            import numpy as np
         
     | 
| 
      
 23 
     | 
    
         
            +
            import os,glob,io
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
       10 
25 
     | 
    
         
             
            def updata1():
         
     | 
| 
       11 
26 
     | 
    
         | 
| 
       12 
27 
     | 
    
         
             
                global app,pro_g_bar
         
     |