Compare commits
	
		
			1 Commits
		
	
	
		
			2.6.0
			...
			00281/Szeg
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						5590cabfc1
	
				 | 
					
					
						
@@ -541,6 +541,7 @@ void ATBDeviceControllerPlugin::requestPrintReceipt(const QString & printingStri
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    QByteArray ba = printingString.toUtf8();
 | 
					    QByteArray ba = printingString.toUtf8();
 | 
				
			||||||
    hw->prn_switchPower(true);
 | 
					    hw->prn_switchPower(true);
 | 
				
			||||||
 | 
					    hw->prn_setFonts(8,12,0,0);
 | 
				
			||||||
    hw->prn_sendText(&ba);
 | 
					    hw->prn_sendText(&ba);
 | 
				
			||||||
    QTimer::singleShot(4000, this, SLOT(onPrinterWaitForPrintingReceipt()));
 | 
					    QTimer::singleShot(4000, this, SLOT(onPrinterWaitForPrintingReceipt()));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user