mirror of
				https://github.com/RolandWH/SIPPCompare.git
				synced 2025-11-04 12:02:11 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			e379b4a7e2
			...
			1234008813
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1234008813 | |||
| 662a3a5e9c | 
@@ -7,19 +7,19 @@
 | 
			
		||||
    <x>0</x>
 | 
			
		||||
    <y>0</y>
 | 
			
		||||
    <width>400</width>
 | 
			
		||||
    <height>300</height>
 | 
			
		||||
    <height>355</height>
 | 
			
		||||
   </rect>
 | 
			
		||||
  </property>
 | 
			
		||||
  <property name="minimumSize">
 | 
			
		||||
   <size>
 | 
			
		||||
    <width>400</width>
 | 
			
		||||
    <height>300</height>
 | 
			
		||||
    <height>355</height>
 | 
			
		||||
   </size>
 | 
			
		||||
  </property>
 | 
			
		||||
  <property name="maximumSize">
 | 
			
		||||
   <size>
 | 
			
		||||
    <width>400</width>
 | 
			
		||||
    <height>300</height>
 | 
			
		||||
    <height>355</height>
 | 
			
		||||
   </size>
 | 
			
		||||
  </property>
 | 
			
		||||
  <property name="windowTitle">
 | 
			
		||||
@@ -30,8 +30,8 @@
 | 
			
		||||
    <rect>
 | 
			
		||||
     <x>10</x>
 | 
			
		||||
     <y>10</y>
 | 
			
		||||
     <width>380</width>
 | 
			
		||||
     <height>250</height>
 | 
			
		||||
     <width>381</width>
 | 
			
		||||
     <height>301</height>
 | 
			
		||||
    </rect>
 | 
			
		||||
   </property>
 | 
			
		||||
   <property name="font">
 | 
			
		||||
@@ -43,8 +43,8 @@
 | 
			
		||||
  <widget class="QPushButton" name="res_ok_but">
 | 
			
		||||
   <property name="geometry">
 | 
			
		||||
    <rect>
 | 
			
		||||
     <x>320</x>
 | 
			
		||||
     <y>270</y>
 | 
			
		||||
     <x>318</x>
 | 
			
		||||
     <y>323</y>
 | 
			
		||||
     <width>75</width>
 | 
			
		||||
     <height>24</height>
 | 
			
		||||
    </rect>
 | 
			
		||||
@@ -61,8 +61,8 @@
 | 
			
		||||
  <widget class="QPushButton" name="res_save_but">
 | 
			
		||||
   <property name="geometry">
 | 
			
		||||
    <rect>
 | 
			
		||||
     <x>240</x>
 | 
			
		||||
     <y>270</y>
 | 
			
		||||
     <x>238</x>
 | 
			
		||||
     <y>323</y>
 | 
			
		||||
     <width>75</width>
 | 
			
		||||
     <height>24</height>
 | 
			
		||||
    </rect>
 | 
			
		||||
 
 | 
			
		||||
@@ -121,6 +121,7 @@ class PlatformEdit(QWidget):
 | 
			
		||||
            self.share_deal_fee             = 5.00
 | 
			
		||||
            self.share_deal_reduce_trades   = 10
 | 
			
		||||
            self.share_deal_reduce_amount   = 3.50
 | 
			
		||||
            self.check_boxes_ticked = [True, True, True, True, True]
 | 
			
		||||
        else:
 | 
			
		||||
            self.plat_name                  = self.plat_name_box.text()
 | 
			
		||||
            self.fund_plat_fee              = self.create_plat_fee_struct()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user